Qt: Hide software filter box.

May remove this in the future because it's unneeded with shaders.
This commit is contained in:
BearOso 2024-05-13 14:26:02 -05:00
parent c9b90655bd
commit 8f41776532
2 changed files with 3 additions and 1 deletions

View File

@ -98,6 +98,8 @@ DisplayPanel::DisplayPanel(EmuApplication *app_)
if (recreate)
app->window->recreateUIAssets();
});
groupBox_software_filters->hide();
}
DisplayPanel::~DisplayPanel()

View File

@ -311,7 +311,7 @@ Output directly will cause the screen to change between the two modes and look w
</widget>
</item>
<item>
<widget class="QGroupBox" name="groupBox_3">
<widget class="QGroupBox" name="groupBox_software_filters">
<property name="title">
<string>Software Filters</string>
</property>