mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-12-11 06:08:34 +00:00
style: add rounded borders and focus color styling to the search bar (#1804)
This commit is contained in:
committed by
GitHub
parent
8a4e03228a
commit
5585e42677
@@ -921,6 +921,7 @@ void MainWindow::SetLastUsedTheme() {
|
||||
ui->setThemeViolet->setChecked(true);
|
||||
isIconBlack = false;
|
||||
SetUiIcons(false);
|
||||
break;
|
||||
case Theme::Gruvbox:
|
||||
ui->setThemeGruvbox->setChecked(true);
|
||||
isIconBlack = false;
|
||||
|
||||
Reference in New Issue
Block a user