fixing small ui things and making audio picking use portal
This commit is contained in:
parent
4b6a079a4e
commit
9f4d426a8f
7 changed files with 189 additions and 151 deletions
|
@ -276,7 +276,7 @@ Kirigami.ApplicationWindow {
|
|||
}
|
||||
|
||||
function load() {
|
||||
const file = fileHelper.loadFile();
|
||||
const file = fileHelper.loadFile("Load Presentation");
|
||||
const loaded = mainPage.serviceItems.load(file);
|
||||
loaded ? showPassiveNotification("Loaded: " + file)
|
||||
: showPassiveNotification("FAILED!");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue