mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-06-29 01:54:20 +03:00
chore: Change var name
Co-authored-by: Sefa Eyeoglu <contact@scrumplex.net> Signed-off-by: RedsonBr140 <redson@riseup.net>
This commit is contained in:
parent
37a117d2ef
commit
bd3a693e70
1 changed files with 1 additions and 1 deletions
|
|
@ -1313,7 +1313,7 @@ void MainWindow::updateThemeMenu()
|
|||
|
||||
auto themes = APPLICATION->getValidApplicationThemes();
|
||||
|
||||
QActionGroup* ThemesGroup = new QActionGroup( this );
|
||||
QActionGroup* themesGroup = new QActionGroup( this );
|
||||
|
||||
for (auto* theme : themes) {
|
||||
QAction * themeAction = themeMenu->addAction(theme->name());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue