diff --git a/src/singletons/Paths.hpp b/src/singletons/Paths.hpp index a939b8c33..0fdad8349 100644 --- a/src/singletons/Paths.hpp +++ b/src/singletons/Paths.hpp @@ -42,7 +42,8 @@ public: QString themesDirectory; bool createFolder(const QString &folderPath); - bool isPortable() const; + [[deprecated("use Modes::instance().portable instead")]] bool isPortable() + const; QString cacheDirectory() const;