diff options
author | Robert Tari <robert@tari.in> | 2022-10-09 23:31:45 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2022-11-07 07:25:31 +0100 |
commit | 97b5e1594551cb8c7518bbdf8f5637c26b7863fc (patch) | |
tree | 880d921c0af1f7591bb79fd63f2957dc157a1a9a | |
parent | 21c5f70ff3d4bbffdb19143739223a3fd770a9af (diff) | |
download | ayatana-indicator-display-97b5e1594551cb8c7518bbdf8f5637c26b7863fc.tar.gz ayatana-indicator-display-97b5e1594551cb8c7518bbdf8f5637c26b7863fc.tar.bz2 ayatana-indicator-display-97b5e1594551cb8c7518bbdf8f5637c26b7863fc.zip |
src/rotation-lock.cpp: Prefer a symbolic panel icon
This changes the icon search order from
display,
[no icon]
to
display-panel,
display,
[no icon]
-rw-r--r-- | src/rotation-lock.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rotation-lock.cpp b/src/rotation-lock.cpp index 196d674..0da971f 100644 --- a/src/rotation-lock.cpp +++ b/src/rotation-lock.cpp @@ -77,7 +77,7 @@ public: if (!ayatana_common_utils_is_lomiri()) { - rotation_lock_icon_name = "display"; + rotation_lock_icon_name = "display-panel"; } auto icon = g_themed_icon_new_with_default_fallbacks(rotation_lock_icon_name); |