2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-09-04 08:35:21 +00:00

Fixed indents in some files.

This commit is contained in:
23rd
2023-03-01 22:12:11 +03:00
parent 582df3f39f
commit 6ae15ff264
4 changed files with 18 additions and 18 deletions

View File

@@ -660,7 +660,7 @@ void Widget::setupSupportMode() {
void Widget::setupMainMenuToggle() {
_mainMenu.under->setClickedCallback([=] {
_mainMenu.toggle->clicked({}, Qt::LeftButton);
_mainMenu.toggle->clicked({}, Qt::LeftButton);
});
_mainMenu.under->stackUnder(_mainMenu.toggle);
_mainMenu.toggle->setClickedCallback([=] { showMainMenu(); });