Skip to content
Snippets Groups Projects
Commit bfea07b2 authored by SeeLook's avatar SeeLook :musical_note:
Browse files

MainWindow: use enums for visibility

parent efa3eaff
No related branches found
No related tags found
No related merge requests found
......@@ -75,7 +75,7 @@ ApplicationWindow {
visible: true
title: "Nootka"
color: activPal.window
visibility: NOO.isAndroid() && GLOB.fullScreen() ? "FullScreen" : "AutomaticVisibility"
visibility: NOO.isAndroid() && GLOB.fullScreen() ? ApplicationWindow.FullScreen : ApplicationWindow.AutomaticVisibility
width: GLOB.geometry.width
height: GLOB.geometry.height
x: GLOB.geometry.x
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment