logic: use colorscheme name instead of path in appsettings
* With respect to a portable app package this makes sense ;)
This commit is contained in:
@@ -35,8 +35,9 @@ public:
|
||||
std::string getTextEncoding() const;
|
||||
void setTextEncoding(const std::string& textEncoding);
|
||||
|
||||
std::wstring getColorSchemeName() const;
|
||||
FilePath getColorSchemePath() const;
|
||||
void setColorSchemePath(const FilePath& colorSchemePath);
|
||||
void setColorSchemeName(const std::wstring& colorSchemeName);
|
||||
|
||||
int getFontSizeMax() const;
|
||||
void setFontSizeMax(const int fontSizeMax);
|
||||
|
||||
Reference in New Issue
Block a user