Pi66

pixel-tool
Small Python utilities to debloat windows.
git clone https://git.pi66.xyz/pixel-tool

← back to log

Update ui.py

author: Pixel2175
date: 2024-08-21 11:10
hash: ee97bfdd626b57dcd5c2d9c449dfd245637b4d25

Diffstat:

M

ui.py
5 ------------------------------
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
diff --git a/ui.py b/ui.py
index 530db9f..c396c6e 100644
--- a/ui.py
+++ b/ui.py
@@ -6,12 +6,9 @@ import data
 import os
 import requests as req

-
-
 tk.set_appearance_mode('dark')
 tk.set_default_color_theme('theme/purpel.json')

-
 if os.path.exists('log.py'):
     import log
 else:
@@ -19,8 +16,6 @@ else:
         f.write("tweaks=[]")
     import log

-
-
 class Update(tk.CTkToplevel):
     def __init__(self,main):
         super().__init__(main)