Fixed warnings due to delete settings
This commit is contained in:
parent
3b256aa50d
commit
5994bd7929
5 changed files with 2 additions and 8 deletions
|
|
@ -11,7 +11,7 @@ Row {
|
|||
id: root
|
||||
anchors.verticalCenter: parent.verticalCenter
|
||||
spacing: Style.marginS * scaling
|
||||
visible: (Settings.data.bar.showActiveWindow && getTitle() !== "")
|
||||
visible: getTitle() !== ""
|
||||
|
||||
property bool showingFullTitle: false
|
||||
property int lastWindowIndex: -1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue