Skip to content
This repository has been archived by the owner on Feb 9, 2021. It is now read-only.

Commit

Permalink
Icon
Browse files Browse the repository at this point in the history
  • Loading branch information
10se1ucgo committed Aug 2, 2015
1 parent 69988e5 commit 2fb2e8b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions run.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ def __init__(self, parent, title):
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)
Expand Down

0 comments on commit 2fb2e8b

Please sign in to comment.