Remove redundant constant in preferences dialog
This commit is contained in:
@@ -46,8 +46,6 @@ logger = logging.getLogger(__name__)
|
|||||||
|
|
||||||
class GuiPreferences(QDialog):
|
class GuiPreferences(QDialog):
|
||||||
|
|
||||||
NAV_APPEARANCE = 0
|
|
||||||
|
|
||||||
newPreferencesReady = pyqtSignal(bool, bool, bool, bool)
|
newPreferencesReady = pyqtSignal(bool, bool, bool, bool)
|
||||||
|
|
||||||
def __init__(self, parent: QWidget) -> None:
|
def __init__(self, parent: QWidget) -> None:
|
||||||
|
|||||||
Reference in New Issue
Block a user