Don't change viewmode "by accident"

This commit is contained in:
Michael Zanetti 2020-01-30 22:35:37 +01:00
parent dc3fa7155b
commit 7e2007f4ea

View File

@ -39,7 +39,7 @@ Page {
}
}
onCurrentIndexChanged: {
onActivated: {
switch (currentIndex) {
case 0:
settings.viewMode = ApplicationWindow.Windowed;