mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-01-30 21:32:50 +00:00
Qt: allow handling of the game window while the settings dialog is open (#8921)
This should make it easier to handle dynamic settings.
This commit is contained in:
parent
9a6aac1662
commit
3f534b33ec
@ -2,6 +2,9 @@
|
||||
<ui version="4.0">
|
||||
<class>settings_dialog</class>
|
||||
<widget class="QDialog" name="settings_dialog">
|
||||
<property name="windowModality">
|
||||
<enum>Qt::WindowModal</enum>
|
||||
</property>
|
||||
<property name="geometry">
|
||||
<rect>
|
||||
<x>0</x>
|
||||
|
Loading…
x
Reference in New Issue
Block a user