linux: add desktop entry file

This commit is contained in:
Integral
2025-09-17 10:19:52 +08:00
parent 802c2e0220
commit f5742618c7
3 changed files with 12 additions and 0 deletions

View File

@@ -951,6 +951,7 @@ int main(int argc, char *argv[]) {
LOG_DEBUG("Socket error: " << socket.errorString());
}
}
app.setDesktopFileName("me.kavishdevar.librepods");
app.setQuitOnLastWindowClosed(false);
bool debugMode = false;