Improve buttons, use application data dir for cache and downloads
This commit is contained in:
parent
504199a8c9
commit
018b0431df
6 changed files with 51 additions and 24 deletions
|
@ -27,7 +27,7 @@ class ActionButtonPanel(wx.Panel):
|
|||
|
||||
self.update_button = wx.Button(self, label="Update Firmware")
|
||||
self.update_button.Bind(wx.EVT_BUTTON, self.on_click_update_firmware)
|
||||
self.update_fs_button = wx.Button(self, label="Update Filesystem")
|
||||
self.update_fs_button = wx.Button(self, label="Update WebUI")
|
||||
self.update_fs_button.Bind(wx.EVT_BUTTON, self.on_click_update_fs)
|
||||
|
||||
self.identify_button = wx.Button(self, label="Identify")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue