Replace 'edit source window' with popup

This commit is contained in:
Vyn 2025-06-24 08:35:38 +02:00
parent 129b30b9e7
commit 854152b395
Signed by: vyn
GPG key ID: E1B2BE34E7A971E7
13 changed files with 101 additions and 163 deletions

View file

@ -48,4 +48,5 @@ export global AppWindowModels {
callback get-source-id-from-name(string) -> int;
pure callback get-source-name-from-id(int) -> string;
pure callback get-source-path-from-id(int) -> string;
}