2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 22:55:11 +00:00

Make the quit action lowercase

Just like other GApplciation actions
This commit is contained in:
Ilya Fedin
2023-03-08 19:15:55 +04:00
committed by John Preston
parent 327febbcdf
commit 96cced8401
2 changed files with 3 additions and 3 deletions

View File

@@ -314,7 +314,7 @@ void LaunchGApplication() {
});
}, true);
app->add_action("Quit", [] {
app->add_action("quit", [] {
Core::Sandbox::Instance().customEnterFromEventLoop([] {
Core::Quit();
});