mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-09 08:21:29 +12:00
Qt: properly hide metal sempahore if not apple
This commit is contained in:
parent
2147fe479c
commit
e5bb0ba004
2 changed files with 1 additions and 7 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue