Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/keepassxreboot/keepassxc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/Bootstrap.cpp')
-rw-r--r--src/core/Bootstrap.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/core/Bootstrap.cpp b/src/core/Bootstrap.cpp
index 46aff92d5..c983253f0 100644
--- a/src/core/Bootstrap.cpp
+++ b/src/core/Bootstrap.cpp
@@ -85,12 +85,6 @@ namespace Bootstrap
bootstrap();
MessageBox::initializeButtonDefs();
-#ifdef KEEPASSXC_DIST_SNAP
- // snap: force fallback theme to avoid using system theme (gtk integration)
- // with missing actions just like on Windows and macOS
- QIcon::setThemeSearchPaths(QStringList() << ":/icons");
-#endif
-
#ifdef Q_OS_MACOS
// Don't show menu icons on OSX
QApplication::setAttribute(Qt::AA_DontShowIconsInMenus);