diff --git a/wacom-gui/wacom-gui.py b/wacom-gui/wacom-gui.py index 4556c04..dd3ef8b 100644 --- a/wacom-gui/wacom-gui.py +++ b/wacom-gui/wacom-gui.py @@ -366,6 +366,9 @@ def boxdelete(self, box): break def updateConfigs(self): + # if there is no config don't try to update the configs + if (self.config == None): + return write = False if not self.toolButtons.buttons[(0, 0)].isHidden(): pad = self.pad.get_config()