Sync from development - prepare for v0.4.0

This commit is contained in:
Omni
2026-02-25 17:40:43 +00:00
parent 2eb54b9a36
commit 805718222a
324 changed files with 4914 additions and 4567 deletions

View File

@@ -32,7 +32,6 @@ from .resolution_handler import ResolutionHandler
from .protontricks_handler import ProtontricksHandler
from .path_handler import PathHandler
from .vdf_handler import VDFHandler
from .mo2_handler import MO2Handler
from jackify.shared.ui_utils import print_section_header
from .completers import path_completer
@@ -72,7 +71,6 @@ class MenuHandler:
steamdeck=self.config_handler.settings.get('steamdeck', False),
verbose=False
)
self.mo2_handler = MO2Handler(self)
def display_banner(self):
"""Display the application banner - DEPRECATED: Banner display should be handled by frontend"""