Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/10se1ucgo/DisableWinTracking.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/run.py
diff options
context:
space:
mode:
Diffstat (limited to 'run.py')
-rw-r--r--run.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/run.py b/run.py
index 9c263d3..bdfe5b6 100644
--- a/run.py
+++ b/run.py
@@ -15,6 +15,8 @@ class WinFrame(wx.Frame):
style=wx.DEFAULT_FRAME_STYLE ^ wx.RESIZE_BORDER ^ wx.MAXIMIZE_BOX)
wxpanel = wx.Panel(self)
+ self.icon = wx.Icon(r"c:\windows\system32\shell32.dll;315", wx.BITMAP_TYPE_ICO)
+ self.SetIcon(self.icon)
self.telebox = wx.CheckBox(wxpanel, label="Disable Telemetry", pos=(10, 15))
self.telebox.Set3StateValue(0)