mirror of
https://github.com/Omni-guides/Jackify.git
synced 2026-06-08 00:27:45 +02:00
Sync from development - prepare for v0.4.0
This commit is contained in:
@@ -16,13 +16,6 @@ import vdf
|
||||
|
||||
logger = logging.getLogger(__name__)
|
||||
|
||||
def debug_print(message):
|
||||
"""Log debug message only if debug mode is enabled"""
|
||||
from jackify.backend.handlers.config_handler import ConfigHandler
|
||||
config_handler = ConfigHandler()
|
||||
if config_handler.get('debug_mode', False):
|
||||
logger.debug(message)
|
||||
|
||||
from .automated_prefix_shortcuts import ShortcutOperationsMixin
|
||||
from .automated_prefix_proton import ProtonOperationsMixin
|
||||
from .automated_prefix_creation import PrefixCreationMixin
|
||||
@@ -170,7 +163,6 @@ exit"""
|
||||
logger.error(f"Error getting config path: {e}")
|
||||
return None
|
||||
|
||||
|
||||
def kill_running_processes(self) -> bool:
|
||||
"""
|
||||
Kill any running processes that might interfere with prefix creation.
|
||||
|
||||
Reference in New Issue
Block a user