mirror of
https://github.com/Omni-guides/Jackify.git
synced 2026-08-14 03:13:44 +02:00
Release v0.7.1 - Remote Manifest System, Stability Fixes
This commit is contained in:
@@ -7,9 +7,12 @@ R&D NOTE: This is experimental code for investigation purposes.
|
||||
"""
|
||||
|
||||
from typing import Optional
|
||||
import logging
|
||||
import shiboken6
|
||||
import time
|
||||
|
||||
logger = logging.getLogger(__name__)
|
||||
|
||||
from PySide6.QtWidgets import (
|
||||
QWidget, QVBoxLayout, QLabel, QListWidget, QListWidgetItem,
|
||||
QHBoxLayout, QSizePolicy
|
||||
@@ -113,7 +116,7 @@ class _CpuWorker(QThread):
|
||||
def _debug_log(message):
|
||||
from jackify.backend.handlers.config_handler import ConfigHandler
|
||||
if ConfigHandler().get('debug_mode', False):
|
||||
print(message)
|
||||
logger.debug(message)
|
||||
|
||||
|
||||
class FileProgressList(QWidget):
|
||||
|
||||
Reference in New Issue
Block a user