diff options
Diffstat (limited to 'backend/src/utilities.py')
| -rw-r--r-- | backend/src/utilities.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/backend/src/utilities.py b/backend/src/utilities.py index b0e23b88..f04ed371 100644 --- a/backend/src/utilities.py +++ b/backend/src/utilities.py @@ -18,9 +18,9 @@ from .browser import PluginInstallRequest, PluginInstallType if TYPE_CHECKING: from .main import PluginManager from .injector import inject_to_tab, get_gamepadui_tab, close_old_tabs, get_tab -from .localplatform import ON_WINDOWS +from .localplatform.localplatform import ON_WINDOWS from . import helpers -from .localplatform import service_stop, service_start, get_home_path, get_username +from .localplatform.localplatform import service_stop, service_start, get_home_path, get_username class FilePickerObj(TypedDict): file: Path |
