adding a nextSlideAction instead of nextSlideText to allow for other types
This commit is contained in:
parent
366660dcb2
commit
2e72a01c6f
4 changed files with 24 additions and 16 deletions
|
@ -121,6 +121,7 @@ Kirigami.ApplicationWindow {
|
|||
/* print(Qt.application.state); */
|
||||
screens = Qt.application.screens;
|
||||
presentationScreen = screens[1]
|
||||
print(Kirigami.Settings.Style);
|
||||
for (let i = 0; i < screens.length; i++) {
|
||||
/* print(screens[i]); */
|
||||
/* print(screens[i].name); */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue