fix launcher logging to file

This commit is contained in:
idk
2022-09-13 22:53:12 -04:00
parent 3c404cd15e
commit 3fc68f928b
2 changed files with 4 additions and 4 deletions

View File

@ -35,6 +35,7 @@ public class WinLauncher extends CopyConfigDir {
public static void main(String[] args) throws Exception {
setupLauncher();
initLogger();
boolean privateBrowsing = false;
boolean usabilityMode = false;
boolean chromiumFirst = false;