Commit 7ad82208 authored by Don Gagne's avatar Don Gagne

Change trigger for AutoHide

parent aaa80e7e
......@@ -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