Skip to content

Commit

Permalink
Add missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
koplo199 authored and orowith2os committed Nov 27, 2023
1 parent 4bddfef commit 1d26472
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bottles/frontend/views/bottle_preferences.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
from gi.repository import Gtk, Adw

from bottles.backend.globals import gamemode_available, vkbasalt_available, mangohud_available, obs_vkc_available, \
vmtouch_available, gamescope_available
vmtouch_available, gamescope_available, base_version
from bottles.backend.logger import Logger
from bottles.backend.managers.library import LibraryManager
from bottles.backend.managers.runtime import RuntimeManager
Expand Down

0 comments on commit 1d26472

Please sign in to comment.