Update: Refactor to absolute imports, fix QPS limits, and enhance Gitea sync with SQLite support
This commit is contained in:
@@ -8,8 +8,8 @@ import datetime
|
||||
import tkinter as tk
|
||||
from tkinter import messagebox, scrolledtext
|
||||
|
||||
from .theme import THEMES, get_theme_mode, apply_theme
|
||||
from .ui_widgets import center_window
|
||||
from app.ui.theme import THEMES, get_theme_mode, apply_theme
|
||||
from app.ui.ui_widgets import center_window
|
||||
from app.core.utils.file_utils import format_file_size
|
||||
from app.config.settings import ConfigManager
|
||||
|
||||
|
||||
Reference in New Issue
Block a user