aboutsummaryrefslogtreecommitdiff
path: root/src/main/main.cpp
diff options
context:
space:
mode:
authortobtoht <tob@featherwallet.org>2026-07-02 21:05:16 +0000
committertobtoht <tob@featherwallet.org>2026-07-02 21:05:16 +0000
commit6d0b21585e89047abe9918f9ea8ae5ba20f1015f (patch)
treefbeea6c115b39b6cf74230fba4a2a98d10975c40 /src/main/main.cpp
parent5ea240804d9418f78cd79ea28ffb9cf1b23c1c77 (diff)
parentdb73360ec68a615564a73fd1ee2e7bf7f3491494 (diff)
downloadmonzero-gui-6d0b21585e89047abe9918f9ea8ae5ba20f1015f.tar.gz
monzero-gui-6d0b21585e89047abe9918f9ea8ae5ba20f1015f.tar.xz
monzero-gui-6d0b21585e89047abe9918f9ea8ae5ba20f1015f.zip
Merge pull request #4625
db73360 Set desktop file name for the application (Balló György) ACKs: selsta
Diffstat (limited to 'src/main/main.cpp')
-rw-r--r--src/main/main.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/main.cpp b/src/main/main.cpp
index 7ed9e61c..cad6dded 100644
--- a/src/main/main.cpp
+++ b/src/main/main.cpp
@@ -230,6 +230,7 @@ int main(int argc, char *argv[])
#endif
app.setApplicationName("monero-core");
+ app.setDesktopFileName("org.getmonero.Monero");
app.setOrganizationDomain("getmonero.org");
app.setOrganizationName("monero-project");