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:
@@ -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