diff -r fd6c1c95df43 -r 5b9bc68ef028 PluginPipxInterface.py --- a/PluginPipxInterface.py Sun Jul 28 12:06:50 2024 +0200 +++ b/PluginPipxInterface.py Sun Jul 28 12:07:29 2024 +0200 @@ -36,7 +36,7 @@ "author": "Detlev Offenbach <detlev@die-offenbachs.de>", "autoactivate": True, "deactivateable": True, - "version": "10.2.0", + "version": "10.2.1", "className": "PluginPipxInterface", "packageName": "PipxInterface", "shortDescription": "Graphical interface to the 'pipx' command.", @@ -287,12 +287,12 @@ elif key in ("IncludeOutdatedDependencies", "AutoCheckOutdated"): return Globals.toBool( Preferences.Prefs.settings.value( - self.PreferencesKey + "/" + key, self.__defaults[key] + self.PreferencesKey + "/" + key, self.__defaults[key] ) ) else: return Preferences.Prefs.settings.value( - self.PreferencesKey + "/" + key, self.__defaults[key] + self.PreferencesKey + "/" + key, self.__defaults[key] ) return None