47 self.__plugin.getPreferences("MaxRecentAppWorkdirs") |
47 self.__plugin.getPreferences("MaxRecentAppWorkdirs") |
48 ) |
48 ) |
49 |
49 |
50 def save(self): |
50 def save(self): |
51 """ |
51 """ |
52 Public slot to save the MQTT Monitor configuration. |
52 Public slot to save the pipx interface configuration. |
53 """ |
53 """ |
54 self.__plugin.setPreferences( |
54 self.__plugin.setPreferences( |
55 "AutoCheckOutdated", self.autoCheckOutdatedCheckBox.isChecked() |
55 "AutoCheckOutdated", self.autoCheckOutdatedCheckBox.isChecked() |
56 ) |
56 ) |
57 self.__plugin.setPreferences( |
57 self.__plugin.setPreferences( |