Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorRobert Adam <dev@robert-adam.de>2020-01-04 13:33:51 +0300
committerRobert Adam <dev@robert-adam.de>2020-02-28 20:41:00 +0300
commit81c0e93d92c6a66b47d0e2a838c452ee647a69a2 (patch)
treec70ae89a55dceeb765ad5165fe2fe6b378d80cd9 /themes
parent3a3644b5ef9c6ee5609f425f465385cb32d99503 (diff)
UI: Show lock icons next to enter restricted channels (either a locked or an unlocked one, depending on whether the user can enter the channel or not)
Diffstat (limited to 'themes')
-rw-r--r--themes/MumbleTheme.qrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/themes/MumbleTheme.qrc b/themes/MumbleTheme.qrc
index c7f88d84a..231407a53 100644
--- a/themes/MumbleTheme.qrc
+++ b/themes/MumbleTheme.qrc
@@ -31,6 +31,8 @@
<file alias="layout_stacked.svg">Mumble/layout_stacked.svg</file>
<file alias="Dark.qss">Mumble/Dark.qss</file>
<file alias="Lite.qss">Mumble/Lite.qss</file>
+ <file alias="lock_locked.svg">Mumble/lock_locked.svg</file>
+ <file alias="lock_unlocked.svg">Mumble/lock_unlocked.svg</file>
<file alias="mumble.ico">Mumble/mumble.ico</file>
<file alias="mumble.osx.png">Mumble/mumble.osx.png</file>
<file alias="mumble.png">Mumble/mumble.png</file>