ssl_decrypt.py now with output and check_call replace with subprocess.run

This commit is contained in:
2025-05-11 18:24:57 +02:00
parent a903666a26
commit 6604650adf
6 changed files with 68 additions and 39 deletions

View File

@ -874,7 +874,7 @@ class FrameWidgets(ttk.Frame):
"""
checkbox for enable autostart Tunnel
"""
Create.files_for_autostart()
AppConfig.get_autostart_content()
if self.l_box.size() != 0:
self.wg_autostart.configure(state="normal")
self.lb_rename.config(state="normal")