diff options
author | aqua <aqua@iserlohn-fortress.net> | 2022-08-30 07:09:28 +0300 |
---|---|---|
committer | aqua <aqua@iserlohn-fortress.net> | 2022-09-01 15:33:31 +0300 |
commit | 99d1f56d99470fd2dd4f92b7d34cf430429c18c4 (patch) | |
tree | 33a41c0e1b692aad7f243b7cc06f71a96c7df27a /.gitmodules | |
parent | SingleApplication: switch to 3.3.4 release (diff) | |
download | rekonq-99d1f56d99470fd2dd4f92b7d34cf430429c18c4.tar.xz |
Add tabler icon theme
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 795c96ab..0481e27b 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "third-party/SingleApplication"] path = third-party/SingleApplication url = https://bitbucket.org/celestriad/singleapplication.git +[submodule "third-party/tabler-icons"] + path = third-party/tabler-icons + url = https://bitbucket.org/celestriad/tabler-icons.git |