Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
jdpurcell committed Jan 8, 2025
1 parent c4f5320 commit e078a14
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/qvapplication.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ QVApplication::QVApplication(int &argc, char **argv) : QApplication(argc, argv)
{
setAttribute(Qt::AA_DontShowIconsInMenus);
}
QMessageBox::information(nullptr, "Debug", QIcon::themeName() + " " + QIcon::themeSearchPaths().join(";") + " " + (QIcon::fromTheme("window-keep-above").isNull() ? "null" : "good") + " " + (QIcon::fromTheme("edit-paste").isNull() ? "null" : "good"));
#endif

// Setup macOS dock menu
Expand Down

0 comments on commit e078a14

Please sign in to comment.