Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Dec 30, 2024
1 parent bb6b571 commit 4f94b13
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Main/MainGui.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,8 @@ int main(int argc, char** argv)
#endif
// to set window icon on wayland, the desktop file has to be available to the compositor
// auto desktopfile = App::Application::Config()["DesktopFileName"].c_str();
QGuiApplication::setDesktopFileName(QString::fromLatin1(App::Application::Config()["DesktopFileName"].c_str()));
QGuiApplication::setDesktopFileName(
QString::fromLatin1(App::Application::Config()["DesktopFileName"].c_str()));

#if defined(_MSC_VER)
// create a dump file when the application crashes
Expand Down

0 comments on commit 4f94b13

Please sign in to comment.