Fix: AttributeError in OCRProcessor and refactor all relative imports to absolute

This commit is contained in:
2026-07-21 10:34:13 +08:00
parent 97d9d98b4c
commit b3f94d9034
10 changed files with 44 additions and 105 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
import tkinter as tk
from tkinter import ttk
from .theme import THEMES, get_theme_mode
from app.ui.theme import THEMES, get_theme_mode
class StatusBar(tk.Frame):