fix: add missing imports for get_resource_path and load_integration_settings

This commit is contained in:
Deniz Şafak
2026-07-23 01:37:50 +03:00
parent fcec4e9fe5
commit 0f5003dfdd
2 changed files with 3 additions and 0 deletions
+2
View File
@@ -46,6 +46,8 @@ except ImportError:
print("PyQt6 not installed.")
from abogen.utils import get_resource_path
# Pre-load "libxcb-cursor" on Linux (fixes #101)
if platform.system() == "Linux":
arch = platform.machine().lower()
+1
View File
@@ -7,6 +7,7 @@ from flask import Blueprint, current_app, render_template, request, redirect, ur
from flask.typing import ResponseReturnValue
from abogen.webui.routes.utils.settings import (
load_integration_settings,
load_settings,
save_settings,
SAVE_MODE_LABELS,