diff options
author | Aqua-sama <aqua@iserlohn-fortress.net> | 2017-07-01 16:16:10 +0200 |
---|---|---|
committer | Aqua-sama <aqua@iserlohn-fortress.net> | 2017-07-01 16:16:10 +0200 |
commit | feb69af5c8c2517ea21398810ec9c603aef3032e (patch) | |
tree | 9e62351a4874bee700b63c518fd0b1b399432049 /data | |
parent | Status bar height capped; loading bar now hides after 2s (diff) | |
download | smolbote-feb69af5c8c2517ea21398810ec9c603aef3032e.tar.xz |
Configuration defaults file
Diffstat (limited to 'data')
-rw-r--r-- | data/resources.qrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/data/resources.qrc b/data/resources.qrc index 9387efe..b2b6be5 100644 --- a/data/resources.qrc +++ b/data/resources.qrc @@ -1,5 +1,6 @@ <RCC> <qresource prefix="/"> <file alias="icon.svg">poi.svg</file> + <file>poi.toml</file> </qresource> </RCC> |