no message
This commit is contained in:
@@ -156,18 +156,18 @@ public class MainModule extends MainModule_<GlobalDatabase, MainUI> {
|
||||
//--
|
||||
@Override
|
||||
public int getFirstAccessPassesCount() {
|
||||
return Global.properties.FastAccessPassesCount;
|
||||
return Global.normalProperties.FastAccessPassesCount;
|
||||
}
|
||||
@Override
|
||||
public boolean confirmPassesStart() {
|
||||
return Global.properties.ConfirmPassesStart;
|
||||
return Global.normalProperties.ConfirmPassesStart;
|
||||
}
|
||||
@Override
|
||||
public boolean confirmPassesDone() {
|
||||
return Global.properties.ShowPassesDone;
|
||||
return Global.normalProperties.ShowPassesDone;
|
||||
}
|
||||
@Override
|
||||
public boolean focusPassesResult() {
|
||||
return Global.properties.FocusPassesResult;
|
||||
return Global.normalProperties.FocusPassesResult;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user