Skip to content

Commit

Permalink
fix(settings): re-enable sound options for non-dev environments
Browse files Browse the repository at this point in the history
  • Loading branch information
seiyria committed Mar 27, 2023
1 parent 5d80d4c commit c88be7d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion electron/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "world-seller",
"productName": "WorldSeller",
"version": "0.1.0",
"version": "0.1.1",
"description": "World Seller is a game about selling the world!",
"main": "src/index.js",
"author": "World Seller Team <hi@worldsellergame.com>",
Expand Down
2 changes: 1 addition & 1 deletion src/app/pages/core/settings/settings.page.html
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@
</ion-col>

<ion-col sizeXs="12" sizeSm="12" sizeMd="6">
<ion-card *ngIf="showDevOptions">
<ion-card>
<ion-card-header>
<ion-card-title>Sound</ion-card-title>
</ion-card-header>
Expand Down

0 comments on commit c88be7d

Please sign in to comment.