mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-06-24 19:36:17 +00:00
style: add rounded borders and focus color styling to the search bar (#1804)
This commit is contained in:
parent
8a4e03228a
commit
5585e42677
2 changed files with 37 additions and 28 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue