Commit 0d485740 authored by Aleksi Suomalainen's avatar Aleksi Suomalainen

Enabled -> Visible

parent f6a81c42
......@@ -159,7 +159,7 @@ Item {
// Empty switcher indicator
Label {
enabled: switcherModel.itemCount === 0
visible: switcherModel.itemCount === 0
text: "No apps open"
}
......
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