Commit 55ba335e authored by Don Gagne's avatar Don Gagne Committed by GitHub

Merge pull request #4674 from DonLakeFlyer/GuidedBarAutoHide

Change trigger for GuidedBar AutoHide to tinyScreen
parents dd7b139d 7ad82208
......@@ -200,7 +200,7 @@ Item {
interval: 7000
running: true
onTriggered: {
if (ScreenTools.isShortScreen) {
if (ScreenTools.isTinyScreen) {
_guidedModeBar.state = "Hidden"
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment