Skip to content

Commit

Permalink
Revert "Re-enable beta features"
Browse files Browse the repository at this point in the history
This reverts commit 834d0e0.
  • Loading branch information
QkeleQ10 committed Jan 12, 2025
1 parent 834d0e0 commit 55374e4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion manifest-firefox.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 3,
"name": "__MSG_appName__",
"description": "__MSG_appDesc__",
"version": "3.14.0.2",
"version": "3.13.3",
"default_locale": "nl",
"icons": {
"16": "icons/icon@16px.png",
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 3,
"name": "__MSG_appName__",
"description": "__MSG_appDesc__",
"version": "3.14.0.2",
"version": "3.13.3",
"default_locale": "nl",
"icons": {
"16": "icons/icon@16px.png",
Expand Down
4 changes: 2 additions & 2 deletions popup/src/components/settings-views/ThemeView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ async function storeCurrentTheme() {
</div>
</template>
</div>
<div class="action-row" id="theme-edit-buttons">
<!-- <div class="action-row" id="theme-edit-buttons">
<button v-if="allPresets.some(p => presetMatches(p))" disabled class="button tonal">
<Icon>library_add_check</Icon>
<span>Opgeslagen in thema's</span>
Expand All @@ -112,7 +112,7 @@ async function storeCurrentTheme() {
<Icon>library_add</Icon>
<span>Opslaan in thema's</span>
</button>
</div>
</div> -->
</div>
</div>
Expand Down

0 comments on commit 55374e4

Please sign in to comment.