Fix: AttributeError in OCRProcessor and refactor all relative imports to absolute
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user