Compare commits

..

1 Commits

Author SHA1 Message Date
Vxrtrauter 89de75c3d7 link update_settings to settings dialog 2026-01-31 04:52:38 +01:00
+2
View File
@@ -1,3 +1,4 @@
from core.network.libtorrent_int import update_settings
from core.utils.data.state import state
from .config import create_config
@@ -20,5 +21,6 @@ def save_settings(close=lambda: None, apiurl=None, download_path=None, down_spee
if max_downloads is not None:
state.max_downloads = max_downloads
update_settings()
create_config()
close()