Skip to content

Commit 3afa439

Browse files
author
Samuel Dorsaz
committed
Fix UI for settings by opening it in a new tab
1 parent 0bed786 commit 3afa439

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

manifest.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
{
22
"manifest_version": 2,
33
"name": "Read on reMarkable",
4-
"version": "1.2.0",
4+
"version": "1.2.0.1",
55

66
"description": "Read web articles on your reMarkable with a click.",
77

88
"options_ui": {
9-
"page": "options.html"
9+
"page": "options.html",
10+
"open_in_tab": true
1011
},
1112

1213
"applications": {

0 commit comments

Comments
 (0)