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
diff options
context:
space:
mode:
authorStefan Hacker <dd0t@users.sourceforge.net>2015-06-21 19:54:25 +0300
committerStefan Hacker <dd0t@users.sourceforge.net>2015-07-12 02:15:34 +0300
commitd27528425160ad21b14eb1d97649ef1aaa77a6a1 (patch)
tree464f0e08f5ad24c6fb0b296c448de53522a44d8e /.gitmodules
parent65c1affbdcf293a8445c378cc4fdb2ea0e07fbd5 (diff)
Add built-in "Mumble" theme and set "Lite" variant as default.
Adds the Mumble theme as a submodule and ensures it is built into the binary itself as a resource. Also changes the default configuration to select the Mumble theme in it's Lite style as the default. Whether we go with lite or dark in the end we'll want to select a Metro Mumble style as the default. This will allow us to always switch to the other without restart because they use the same icons.
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
index 3cacab299..ab5226b10 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -25,3 +25,6 @@
[submodule "3rdparty/speexdsp-src"]
path = 3rdparty/speexdsp-src
url = https://git.xiph.org/speexdsp.git
+[submodule "themes/Mumble"]
+ path = themes/Mumble
+ url = https://github.com/mumble-voip/mumble-theme.git