Merge pull request #117 from ThatOneCalculator/fix/app-icons
app icon fetching adjustments
This commit is contained in:
commit
a240eb027c
4 changed files with 35 additions and 14 deletions
|
|
@ -87,6 +87,15 @@ ColumnLayout {
|
|||
}
|
||||
}
|
||||
|
||||
NToggle {
|
||||
label: "Show App Icon Next To Active Window"
|
||||
description: "Display the app icon next to the title of the currently focused window."
|
||||
checked: Settings.data.bar.showActiveWindowIcon
|
||||
onToggled: checked => {
|
||||
Settings.data.bar.showActiveWindowIcon = checked
|
||||
}
|
||||
}
|
||||
|
||||
NToggle {
|
||||
label: "Show System Info"
|
||||
description: "Display system statistics (CPU, RAM, Temperature)."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue