From e8123b72744b81302f1d264082940b58b3695584 Mon Sep 17 00:00:00 2001 From: Kaalleen <36401965+kaalleen@users.noreply.github.com> Date: Mon, 18 Nov 2024 11:12:58 +0100 Subject: Thread catalog: fix broken path (#3281) * thread catalog: fix broken path * apply threadlist: use wxpython to also include custom lists * apply_palette: save last choice --- lib/utils/settings.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'lib/utils') diff --git a/lib/utils/settings.py b/lib/utils/settings.py index c0871e49..fb17a6a1 100644 --- a/lib/utils/settings.py +++ b/lib/utils/settings.py @@ -1,6 +1,6 @@ -from collections.abc import MutableMapping import json import os +from collections.abc import MutableMapping from .paths import get_user_dir @@ -15,7 +15,8 @@ DEFAULT_SETTINGS = { "cache_size": 100, "pop_out_simulator": False, "simulator_line_width": 0.1, - "simulator_npp_size": 0.5 + "simulator_npp_size": 0.5, + "last_applied_palette": "" } -- cgit v1.2.3