Skip to content

Commit

Permalink
avoid renaming steam proton prefixes
Browse files Browse the repository at this point in the history
  • Loading branch information
mirkobrombin committed May 16, 2022
1 parent 1da7136 commit a5ba7ea
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/ui/details-preferences.ui
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
<property name="orientation">vertical</property>
<property name="spacing">20</property>
<child>
<object class="HdyPreferencesGroup">
<object class="HdyPreferencesGroup" id="group_details">
<property name="visible">True</property>
<property name="can-focus">False</property>
<property name="title" translatable="yes">Bottle details</property>
Expand Down
4 changes: 3 additions & 1 deletion src/views/bottle_preferences.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ class PreferencesView(Gtk.ScrolledWindow):
spinner_runner = Gtk.Template.Child()
spinner_win = Gtk.Template.Child()
box_sync = Gtk.Template.Child()
group_details = Gtk.Template.Child()

# endregion

Expand Down Expand Up @@ -1027,7 +1028,8 @@ def __set_steam_rules(self):
self.action_dxvk,
self.action_vkd3d,
self.action_nvapi,
self.action_latencyflex
self.action_latencyflex,
self.group_details
]:
w.set_visible(status)
w.set_sensitive(status)

0 comments on commit a5ba7ea

Please sign in to comment.