Fri, 28 Jun 2024 17:20:46 +0200
Removed obsolete TODO markers.
PipxInterface/PipxWidget.py | file | annotate | diff | comparison | revisions | |
PluginPipxInterface.py | file | annotate | diff | comparison | revisions |
diff -r c06fb4cb120e -r 8c52c75a860c PipxInterface/PipxWidget.py --- a/PipxInterface/PipxWidget.py Fri Jun 28 17:19:26 2024 +0200 +++ b/PipxInterface/PipxWidget.py Fri Jun 28 17:20:46 2024 +0200 @@ -58,7 +58,6 @@ else: self.layout().setContentsMargins(0, 0, 0, 0) - # TODO: set the various icons self.pipxMenuButton.setIcon(EricPixmapCache.getIcon("superMenu")) self.refreshButton.setIcon(EricPixmapCache.getIcon("reload")) self.installButton.setIcon(EricPixmapCache.getIcon("plus"))
diff -r c06fb4cb120e -r 8c52c75a860c PluginPipxInterface.py --- a/PluginPipxInterface.py Fri Jun 28 17:19:26 2024 +0200 +++ b/PluginPipxInterface.py Fri Jun 28 17:20:46 2024 +0200 @@ -148,7 +148,6 @@ self.__initialize() self.__defaults = { - # TODO: fill this dictionary with preferences default values "RecentAppWorkdirs": [], "MaxRecentAppWorkdirs": 20, }