Skip to content

Commit

Permalink
fix: Changed from Overwolf browser to User browser as default
Browse files Browse the repository at this point in the history
  • Loading branch information
itssimple committed Aug 17, 2021
1 parent 1f99552 commit 9d49f7d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
}
}
},
"force_browser": "overwolf",
"force_browser": "user",
"launch_events": [
{
"event": "GameLaunch",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "overwolf-destiny2-overlay",
"version": "0.1.3",
"repository": "https://github.com/itssimple/overwolf-destiny2-overlay.git",
"repository": "https://github.com/itssimple/destiny2-overlay.git",
"author": "Chris Gårdenberg <webmaster@itssimple.se>",
"license": "MIT",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
}
}
},
"force_browser": "overwolf",
"force_browser": "user",
"launch_events": [
{
"event": "GameLaunch",
Expand Down
2 changes: 1 addition & 1 deletion src/scripts/background.js
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ if (firstLaunch) {
db.initializeDatabase().then(() => {
window.destinyApiClient = new DestinyApiClient();

openOverlay();
//openOverlay();

let wasPreviouslyOpened = localStorage.getItem("mainWindow_opened");

Expand Down

0 comments on commit 9d49f7d

Please sign in to comment.