configure_graphics_advanced: Hide input compute toggle a little later
SetColoredTristate causes the setting to become visible as it calls `show()` on it.
This commit is contained in:
		| @@ -12,11 +12,11 @@ ConfigureGraphicsAdvanced::ConfigureGraphicsAdvanced(const Core::System& system_ | ||||
|  | ||||
|     ui->setupUi(this); | ||||
|  | ||||
|     ui->enable_compute_pipelines_checkbox->setVisible(false); | ||||
|  | ||||
|     SetupPerGameUI(); | ||||
|  | ||||
|     SetConfiguration(); | ||||
|  | ||||
|     ui->enable_compute_pipelines_checkbox->setVisible(false); | ||||
| } | ||||
|  | ||||
| ConfigureGraphicsAdvanced::~ConfigureGraphicsAdvanced() = default; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 lat9nq
					lat9nq