diff options
author | kali kaneko (leap communications) <kali@leap.se> | 2021-08-31 21:59:35 +0200 |
---|---|---|
committer | kali kaneko (leap communications) <kali@leap.se> | 2021-11-23 21:50:59 +0100 |
commit | 815c26850266eba2e4e5d02509487452624b1c64 (patch) | |
tree | 48aeca1a7e52003127e6924ef71cf539a034b903 /gui/gui.qrc | |
parent | cd1d46a26b923260b6c87cc93a0723b8166c609e (diff) |
[ui] fonts + bugfixing
Diffstat (limited to 'gui/gui.qrc')
-rw-r--r-- | gui/gui.qrc | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/gui/gui.qrc b/gui/gui.qrc index dde4c8f..c794ef1 100644 --- a/gui/gui.qrc +++ b/gui/gui.qrc @@ -3,6 +3,7 @@ <file>main.qml</file> + <!-- gui components --> <file>themes/themes.js</file> <file>components/MainView.qml</file> <file>components/Splash.qml</file> @@ -23,6 +24,10 @@ <file>components/Icon.qml</file> <file>components/MaterialButton.qml</file> <file>components/VPNState.qml</file> + <file>components/InitErrors.qml</file> + <file>components/ErrorBox.qml</file> + + <!-- resources, assets --> <file>resources/icon-noshield.svg</file> <file>resources/location.svg</file> <file>resources/settings.svg</file> @@ -43,8 +48,13 @@ <file>resources/riseup-icon.svg</file> <file>resources/spy.gif</file> <file>resources/quit.svg</file> + <file>resources/alert.svg</file> + + <!-- fonts --> + <file alias="montserrat-light.ttf">resources/fonts/Montserrat-Regular.ttf</file> + <file alias="montserrat-bold.ttf">resources/fonts/Montserrat-SemiBold.ttf</file> - <!-- old, to remove --> + <!-- begin, to remove --> <file>qml/VpnState.qml</file> <file>qml/AboutDialog.qml</file> <file>qml/DonateDialog.qml</file> @@ -57,7 +67,7 @@ <file>qml/VPNSwitch.qml</file> <file>qml/BridgesItem.qml</file> <file>qml/logic.js</file> - <!-- to remove --> + <!-- end, to remove --> <file>assets/icon/png/black/vpn_off.png</file> <file>assets/icon/png/black/vpn_on.png</file> |