mirror of
https://github.com/mauiaaron/apple2.git
synced 2025-08-15 05:27:32 +00:00
Useability tweak for Millenials and kids ... disk images should be "inserted" read/write by default ;)
This commit is contained in:
@@ -94,7 +94,7 @@ public class Apple2DisksMenu implements Apple2MenuView {
|
||||
|
||||
@Override
|
||||
public Object getPrefDefault() {
|
||||
return true;
|
||||
return false;
|
||||
}
|
||||
},
|
||||
CURRENT_DISK_PATH_A {
|
||||
@@ -116,7 +116,7 @@ public class Apple2DisksMenu implements Apple2MenuView {
|
||||
|
||||
@Override
|
||||
public Object getPrefDefault() {
|
||||
return true;
|
||||
return false;
|
||||
}
|
||||
},
|
||||
CURRENT_DISK_PATH_B {
|
||||
@@ -138,7 +138,7 @@ public class Apple2DisksMenu implements Apple2MenuView {
|
||||
|
||||
@Override
|
||||
public Object getPrefDefault() {
|
||||
return true;
|
||||
return false;
|
||||
}
|
||||
},
|
||||
USE_NEWSCHOOL_DISK_SELECTION {
|
||||
|
Reference in New Issue
Block a user