add toggle for showing/hiding active window icon
This commit is contained in:
parent
604321e30e
commit
db060fe5bb
3 changed files with 11 additions and 1 deletions
|
|
@ -86,7 +86,7 @@ Row {
|
|||
width: Style.fontSizeL * scaling * 1.2
|
||||
height: Style.fontSizeL * scaling * 1.2
|
||||
anchors.verticalCenter: parent.verticalCenter
|
||||
visible: getTitle() !== ""
|
||||
visible: getTitle() !== "" && Settings.data.bar.showActiveWindowIcon
|
||||
|
||||
IconImage {
|
||||
id: windowIcon
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue