ui: reset window layout option in view menu
This commit is contained in:
@@ -7,6 +7,11 @@ std::string ResourcePaths::getColorSchemesPath()
|
||||
return AppPath::getAppPath() + "data/color_schemes/";
|
||||
}
|
||||
|
||||
std::string ResourcePaths::getFallbackPath()
|
||||
{
|
||||
return AppPath::getAppPath() + "data/fallback/";
|
||||
}
|
||||
|
||||
std::string ResourcePaths::getFontsPath()
|
||||
{
|
||||
return AppPath::getAppPath() + "data/fonts/";
|
||||
|
||||
@@ -7,6 +7,7 @@ class ResourcePaths
|
||||
{
|
||||
public:
|
||||
static std::string getColorSchemesPath();
|
||||
static std::string getFallbackPath();
|
||||
static std::string getFontsPath();
|
||||
static std::string getGuiPath();
|
||||
static std::string getJavaPath();
|
||||
|
||||
Reference in New Issue
Block a user