From 8a32065676880cd5418782c9a18cc0cac2fdbffc Mon Sep 17 00:00:00 2001 From: punix Date: Fri, 8 Nov 2024 21:21:43 +0100 Subject: [PATCH] - methods from class MainWindow move to class FrameWidgets for active color_label when theme change - optimize columnconfigure, rowconfigure in class MainWindow and FrameWidgets - add new Frame for Widgets on Bottom - optimize from tkinter * to from tkinter import filedialog, ttk, TclError --- wg_func.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/wg_func.py b/wg_func.py index 0486944..b435f82 100755 --- a/wg_func.py +++ b/wg_func.py @@ -264,7 +264,4 @@ class Tunnel: else: return True -tips = Tunnel.if_tip() - - - +tips = Tunnel.if_tip() \ No newline at end of file