diff options
| author | SulfurNitride <lukew19@proton.me> | 2026-02-15 12:24:03 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-02-15 12:24:03 -0600 |
| commit | 987153bd3222c949edcabd7fbc5286a5228a0fe7 (patch) | |
| tree | 7c3d4bc7c9c5991d522d92a9aacd10f5e58b83bc /src | |
| parent | bd25ca97297d766bc24fb09e0f95d1bf7d2baf73 (diff) | |
| parent | 7824725f25620fd8e33d700670dcd3007091cdee (diff) | |
Merge pull request #11 from RevengeRip/main
Thanks! Standard fix for Wayland icon association.
Diffstat (limited to 'src')
| -rw-r--r-- | src/src/mainwindow.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/src/mainwindow.cpp b/src/src/mainwindow.cpp index 008d3b6..c0be6fe 100644 --- a/src/src/mainwindow.cpp +++ b/src/src/mainwindow.cpp @@ -261,6 +261,7 @@ MainWindow::MainWindow(Settings& settings, OrganizerCore& organizerCore, QApplication::setEffectEnabled(Qt::UI_AnimateCombo, false);
QApplication::setEffectEnabled(Qt::UI_AnimateTooltip, false);
QApplication::setEffectEnabled(Qt::UI_FadeTooltip, false);
+ QApplication::setDesktopFileName(QString("com.fluorine.manager"));
#ifdef MO2_WEBENGINE
QWebEngineProfile::defaultProfile()->setPersistentCookiesPolicy(
|
