main functions should still be static
This commit is contained in:
@@ -35,7 +35,7 @@ public class WinLauncher extends CopyConfigDir {
|
|||||||
public static void main(String[] args) {
|
public static void main(String[] args) {
|
||||||
var launcher = new WinLauncher();
|
var launcher = new WinLauncher();
|
||||||
launcher.setupLauncher();
|
launcher.setupLauncher();
|
||||||
initLogger();
|
launcher.initLogger();
|
||||||
int privateBrowsing = 0;
|
int privateBrowsing = 0;
|
||||||
boolean usabilityMode = false;
|
boolean usabilityMode = false;
|
||||||
boolean chromiumFirst = false;
|
boolean chromiumFirst = false;
|
||||||
|
|||||||
Reference in New Issue
Block a user