Merge PR #320: Don't change viewmode "by accident"

This commit is contained in:
Jenkins nymea 2020-01-31 01:01:10 +01:00
commit 91a9392eef

View File

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