Removal of settings eraser when in FTS mode
This commit is contained in:
parent
d32b4ee35a
commit
38e6159f59
1 changed files with 0 additions and 6 deletions
|
@ -33,12 +33,6 @@ void main() async {
|
|||
|
||||
print("Setup of local system variables completed");
|
||||
|
||||
if (settings.FTS) {
|
||||
Settings.Clear(); // Initialize the super-user account
|
||||
print("Super-User Account initialized with default credentials");
|
||||
settings.server = true;
|
||||
}
|
||||
|
||||
settings.Write();
|
||||
print("Wrote settings.dat");
|
||||
|
||||
|
|
Loading…
Reference in a new issue