mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
IDEA-136810 (typo)
This commit is contained in:
@@ -359,7 +359,7 @@ public class PathManager {
|
||||
return platformPath(PATHS_SELECTOR, "Library/Preferences", /*"APPDATA", "XDG_CONFIG_HOME", ".config",*/ "") + "/idea.properties";
|
||||
}
|
||||
else {
|
||||
return getUserHome() + "/.idea.properties";
|
||||
return getUserHome() + "/idea.properties";
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user