aboutsummaryrefslogtreecommitdiff
path: root/util.py
diff options
context:
space:
mode:
Diffstat (limited to 'util.py')
-rw-r--r--util.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/util.py b/util.py
index f2e1cd1..0167bbc 100644
--- a/util.py
+++ b/util.py
@@ -258,8 +258,8 @@ def firefox():
# for ~~cursed~~ windows people, put geckodriver in the folder next to modpackman.py
if(os.path.exists("../../geckodriver.exe")):
- return Firefox(executable_path='../../geckodriver')
- return Firefox()
+ return Firefox(executable_path='../../geckodriver', options=options)
+ return Firefox(options=options)
# Configuration is automatically loaded from pack.ini and local-config.ini,