We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d40ecce commit 77ee653Copy full SHA for 77ee653
frame/main.cpp
@@ -24,7 +24,7 @@ int main(int argc, char *argv[]) {
24
app.setOrganizationName("septemberhx");
25
app.setApplicationName("dde-top-panel");
26
app.setApplicationDisplayName("DDE Top Panel");
27
- app.setApplicationVersion("0.5.5");
+ app.setApplicationVersion("0.5.7");
28
app.loadTranslator();
29
app.setAttribute(Qt::AA_EnableHighDpiScaling, true);
30
app.setAttribute(Qt::AA_UseHighDpiPixmaps, false);
0 commit comments