1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-02-04 03:40:07 +00:00

Linux: changed the path returned by File::userApplicationDataDirectory to be based on XDG_CONFIG_HOME if available.

This commit is contained in:
jules 2013-09-13 14:36:45 +01:00
parent a62d0b5d44
commit a8b41cb717
2 changed files with 2 additions and 2 deletions

View file

@ -292,7 +292,7 @@ namespace ProjectSettingsTreeClasses
String getRenamingName() const override { return getDisplayName(); }
String getDisplayName() const override { return "Modules"; }
void setName (const String&) override {}
bool isMissing() override { return false; }
bool isMissing() override { return false; }
Icon getIcon() const override { return Icon (getIcons().graph, getContrastingColour (Colours::red, 0.5f)); }
void showDocument() override { showSettingsPage (new SettingsComp (project)); }