Skip to content

Commit

Permalink
Qt: Hide software filter box.
Browse files Browse the repository at this point in the history
May remove this in the future because it's unneeded with shaders.
  • Loading branch information
bearoso committed May 13, 2024
1 parent c9b9065 commit 8f41776
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions qt/src/DisplayPanel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,8 @@ DisplayPanel::DisplayPanel(EmuApplication *app_)
if (recreate)
app->window->recreateUIAssets();
});

groupBox_software_filters->hide();
}

DisplayPanel::~DisplayPanel()
Expand Down
2 changes: 1 addition & 1 deletion qt/src/DisplayPanel.ui
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 8f41776

Please sign in to comment.