diff options
| author | ATMDA <atdma2600@gmail.com> | 2025-11-13 14:41:14 -0500 |
|---|---|---|
| committer | ATMDA <atdma2600@gmail.com> | 2025-11-13 14:41:14 -0500 |
| commit | 1da9c68be8f336a671f9514cf5feaaf5998da981 (patch) | |
| tree | 411bc8f03ff86a2b1fadb800708e4a63982cfe5d /utils | |
| parent | cleanup: trailing whitespace (diff) | |
| download | caelestia-shell-1da9c68be8f336a671f9514cf5feaaf5998da981.tar.gz caelestia-shell-1da9c68be8f336a671f9514cf5feaaf5998da981.tar.bz2 caelestia-shell-1da9c68be8f336a671f9514cf5feaaf5998da981.zip | |
cleanup: trailing whitespace removeal (entire project)
Diffstat (limited to 'utils')
| -rw-r--r-- | utils/Icons.qml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/Icons.qml b/utils/Icons.qml index e946c4f..389eca3 100644 --- a/utils/Icons.qml +++ b/utils/Icons.qml @@ -194,13 +194,13 @@ Singleton { function getSpecialWsIcon(name: string): string { name = name.toLowerCase().slice("special:".length); - + for (const iconConfig of Config.bar.workspaces.specialWorkspaceIcons) { if (iconConfig.name === name) { return iconConfig.icon; } } - + if (name === "special") return "star"; if (name === "communication") |