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/dwt.py
diff options
context:
space:
mode:
authorRuined1 <ruined1@gmail.com>2019-01-30 00:14:42 +0300
committerRuined1 <ruined1@gmail.com>2019-01-30 00:14:42 +0300
commit64ada018771a301e9d9d4eb0dc9f3d6890e74feb (patch)
treef3f0e3460746607eb2e99fc228cae14b3fd0a905 /dwt.py
parent5f13d302c0f9d33999b891c1b76c8e0e12cf9576 (diff)
v3.2.23.2.2
A few minor patches, mostly to stop people from reporting invalid issues and to acknowledge success appropriately upon completions. -Implemented a check for OneDrive binary so people stop reporting invalid issues #405 -Modified DiagTrack disable/remove to reflect success when it's Marked for Deletion #406
Diffstat (limited to 'dwt.py')
-rw-r--r--dwt.py8
1 files changed, 5 insertions, 3 deletions
diff --git a/dwt.py b/dwt.py
index 0864cc6..72a5f25 100644
--- a/dwt.py
+++ b/dwt.py
@@ -71,9 +71,11 @@ class ConsoleDialog(wx.Dialog):
class MainFrame(wx.Frame):
- def __init__(self):
- super(MainFrame, self).__init__(parent=wx.GetApp().GetTopWindow(), title="Disable Windows 10 Tracking",
- size=(415, 245))
+ def __init__(self):
+ super(MainFrame, self).__init__(parent=wx.GetApp().GetTopWindow(), \
+ title="Disable Windows 10 Tracking", \
+ size=(415,245))
+
self.SetMinSize(self.GetSize())
panel = MainPanel(self)