mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-02-07 03:40:07 +00:00
Qt: properly hide metal sempahore if not apple
This commit is contained in:
parent
2147fe479c
commit
e5bb0ba004
@ -1236,7 +1236,7 @@ settings_dialog::settings_dialog(std::shared_ptr<gui_settings> gui_settings, std
|
||||
#ifdef __APPLE__
|
||||
SubscribeTooltip(ui->gb_metalsemaphore, tooltips.settings.metal_semaphore);
|
||||
#else
|
||||
ui->metalsemaphore->setVisible(false);
|
||||
ui->gb_metalsemaphore->setVisible(false);
|
||||
#endif
|
||||
|
||||
// Sliders
|
||||
|
@ -3906,12 +3906,6 @@
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QGroupBox" name="gb_metalsemaphore">
|
||||
<property name="sizePolicy">
|
||||
<sizepolicy hsizetype="Preferred" vsizetype="Minimum">
|
||||
<horstretch>0</horstretch>
|
||||
<verstretch>0</verstretch>
|
||||
</sizepolicy>
|
||||
</property>
|
||||
<property name="title">
|
||||
<string>Metal Semaphore</string>
|
||||
</property>
|
||||
|
Loading…
x
Reference in New Issue
Block a user