mirror of
https://github.com/AppleCommander/AppleCommander.git
synced 2025-01-02 19:29:17 +00:00
Version 1.3.5.8: Update Host.java to use linux home directory.
This commit is contained in:
parent
342e930046
commit
5adb646e11
@ -45,10 +45,10 @@ public class Host {
|
||||
prefDir = userHome + "/Library/Preferences/";
|
||||
}
|
||||
else if (linux) {
|
||||
prefDir = "";
|
||||
prefDir = userHome + "/.";
|
||||
}
|
||||
else if (windows) {
|
||||
prefDir = userHome + "/.";
|
||||
prefDir = userHome;
|
||||
}
|
||||
else {
|
||||
prefDir = "";
|
||||
|
Loading…
Reference in New Issue
Block a user