diff options
author | Petr Mrázek <peterix@gmail.com> | 2017-12-03 21:52:40 +0100 |
---|---|---|
committer | Petr Mrázek <peterix@gmail.com> | 2017-12-03 21:52:40 +0100 |
commit | 90a3997d2c74e1a4375d01ae9e5162ed65c48b64 (patch) | |
tree | 6406a3ecf303185e1603cab866593f5e072f864a /application/main.cpp | |
parent | d6fc37e486ed656f6bb8e687a432595819661b3a (diff) | |
download | MultiMC-90a3997d2c74e1a4375d01ae9e5162ed65c48b64.tar MultiMC-90a3997d2c74e1a4375d01ae9e5162ed65c48b64.tar.gz MultiMC-90a3997d2c74e1a4375d01ae9e5162ed65c48b64.tar.lz MultiMC-90a3997d2c74e1a4375d01ae9e5162ed65c48b64.tar.xz MultiMC-90a3997d2c74e1a4375d01ae9e5162ed65c48b64.zip |
NOISSUE add flat icon theme by Michael
It's the google icon font, all scalable and grey.
Diffstat (limited to 'application/main.cpp')
-rw-r--r-- | application/main.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/application/main.cpp b/application/main.cpp index 48983dd6..ade05faf 100644 --- a/application/main.cpp +++ b/application/main.cpp @@ -49,6 +49,7 @@ int main(int argc, char *argv[]) Q_INIT_RESOURCE(pe_colored); Q_INIT_RESOURCE(OSX); Q_INIT_RESOURCE(iOS); + Q_INIT_RESOURCE(flat); return app.exec(); } case MultiMC::Failed: |