From 8f41776532c407744c41e5d08444cb2dbd492c14 Mon Sep 17 00:00:00 2001 From: BearOso Date: Mon, 13 May 2024 14:26:02 -0500 Subject: [PATCH] Qt: Hide software filter box. May remove this in the future because it's unneeded with shaders. --- qt/src/DisplayPanel.cpp | 2 ++ qt/src/DisplayPanel.ui | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/qt/src/DisplayPanel.cpp b/qt/src/DisplayPanel.cpp index f1a203ed..81ef566f 100644 --- a/qt/src/DisplayPanel.cpp +++ b/qt/src/DisplayPanel.cpp @@ -98,6 +98,8 @@ DisplayPanel::DisplayPanel(EmuApplication *app_) if (recreate) app->window->recreateUIAssets(); }); + + groupBox_software_filters->hide(); } DisplayPanel::~DisplayPanel() diff --git a/qt/src/DisplayPanel.ui b/qt/src/DisplayPanel.ui index dc44741f..49e7c0f0 100644 --- a/qt/src/DisplayPanel.ui +++ b/qt/src/DisplayPanel.ui @@ -311,7 +311,7 @@ Output directly will cause the screen to change between the two modes and look w - + Software Filters