mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 20:58:03 +00:00
- Update file settings description.
This commit is contained in:
@@ -80,7 +80,7 @@ public class FilesPage extends TabPage<SettingsScreen> {
|
||||
ForgeProfileProperties.setDecksDir(newDir);
|
||||
}
|
||||
};
|
||||
lstItems.addItem(new StorageOption("Data Location (e.g. Settings, Decks, Quests)", ForgeProfileProperties.getUserDir()) {
|
||||
lstItems.addItem(new StorageOption("Data Location (e.g. Settings and Quests)", ForgeProfileProperties.getUserDir()) {
|
||||
@Override
|
||||
protected void onDirectoryChanged(String newDir) {
|
||||
ForgeProfileProperties.setUserDir(newDir);
|
||||
|
||||
Reference in New Issue
Block a user