Skip to content

Commit

Permalink
cleanup: remove commented lines
Browse files Browse the repository at this point in the history
  • Loading branch information
mirkobrombin committed Dec 12, 2024
1 parent 1735d33 commit d5f626e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions bottles/frontend/views/bottle_preferences.py
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,6 @@ def __init__(self, details, config, **kwargs):
self.switch_vkbasalt.connect("state-set", self.__toggle_feature, "vkbasalt")
self.switch_fsr.connect("state-set", self.__toggle_feature, "fsr")
self.switch_nvapi.connect("state-set", self.__toggle_nvapi)
# self.switch_latencyflex.connect('state-set', self.__toggle_latencyflex)
self.switch_gamemode.connect("state-set", self.__toggle_feature, "gamemode")
self.switch_gamescope.connect("state-set", self.__toggle_feature, "gamescope")
self.switch_sandbox.connect("state-set", self.__toggle_feature, "sandbox")
Expand Down Expand Up @@ -482,7 +481,6 @@ def set_config(self, config: BottleConfig):

parameters = self.config.Parameters

# self.combo_windows.set_selected(self.manager.dxvk_available.index(self.config.DXVK))
if parameters.dxvk:
self.combo_dxvk.set_selected(self.manager.dxvk_available.index(self.config.DXVK) + 1)
else:
Expand Down

0 comments on commit d5f626e

Please sign in to comment.