adding some more library system changes

This commit is contained in:
Chris Cochrun 2022-02-15 15:31:13 -06:00
parent e6db4cd395
commit 6aab0acd27
12 changed files with 380 additions and 380 deletions

View file

@ -106,14 +106,13 @@ Item {
text: songLyrics
textFormat: TextEdit.MarkdownText
padding: 10
onEditingFinished: showPassiveNotification("updated...", 2000)
onEditingFinished: editorTimer.running = false
onPressed: editorTimer.running = true
}
}
Rectangle {
Presenter.SlideEditor {
id: slideEditor
color: "red"
Layout.preferredHeight: 800
Layout.fillWidth: true
Layout.fillHeight: true
@ -138,7 +137,7 @@ Item {
Timer {
id: editorTimer
interval: 1000
interval: 2000
repeat: true
running: false
onTriggered: showPassiveNotification("updating song...")