mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-07-25 15:04:57 +00:00
Make the quit action lowercase
Just like other GApplciation actions
This commit is contained in:
@@ -314,7 +314,7 @@ void LaunchGApplication() {
|
||||
});
|
||||
}, true);
|
||||
|
||||
app->add_action("Quit", [] {
|
||||
app->add_action("quit", [] {
|
||||
Core::Sandbox::Instance().customEnterFromEventLoop([] {
|
||||
Core::Quit();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user