diff options
| author | Freya Murphy <freya@freyacat.org> | 2026-01-08 16:26:49 -0500 |
|---|---|---|
| committer | Freya Murphy <freya@freyacat.org> | 2026-01-22 08:31:01 -0500 |
| commit | 285e53518a2bd09fdb2d2eee1b9ed7bb81faa63c (patch) | |
| tree | 95b78c46025a30573fa76d3d2f3a8abef5d8d6d7 /utils/Icons.qml | |
| parent | only support one color scheme (diff) | |
| download | caelestia-shell-285e53518a2bd09fdb2d2eee1b9ed7bb81faa63c.tar.gz caelestia-shell-285e53518a2bd09fdb2d2eee1b9ed7bb81faa63c.tar.bz2 caelestia-shell-285e53518a2bd09fdb2d2eee1b9ed7bb81faa63c.zip | |
remove recording
Diffstat (limited to 'utils/Icons.qml')
| -rw-r--r-- | utils/Icons.qml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/utils/Icons.qml b/utils/Icons.qml index c06cbf8..50b0592 100644 --- a/utils/Icons.qml +++ b/utils/Icons.qml @@ -52,7 +52,6 @@ Singleton { Audio: "music_note", Music: "music_note", Player: "music_note", - Recorder: "mic", Game: "sports_esports", FileTools: "files", FileManager: "files", @@ -144,8 +143,6 @@ Singleton { summary = summary.toLowerCase(); if (summary.includes("reboot")) return "restart_alt"; - if (summary.includes("recording")) - return "screen_record"; if (summary.includes("battery")) return "power"; if (summary.includes("screenshot")) |