Fixed coding style again on the if brackets

This commit is contained in:
Leonardo
2024-08-09 09:24:14 -03:00
committed by GitHub
parent 0d56be629b
commit 14947232a7

View File

@@ -408,7 +408,7 @@ void MainWindow::SearchGameTable(const QString& text) {
}
void MainWindow::ShowGameList() {
if (ui->showGameListAct->isChecked()){
if (ui->showGameListAct->isChecked()) {
RefreshGameTable();
} else {
m_game_grid_frame->clearContents();