Skip to content
This repository was archived by the owner on Jul 13, 2023. It is now read-only.

Commit 54242ae

Browse files
committed
detection fixes, no restore checkbox
1 parent 42a4cc1 commit 54242ae

File tree

7 files changed

+138
-135
lines changed

7 files changed

+138
-135
lines changed

package-lock.json

Lines changed: 85 additions & 82 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"url": "https://github.com/rowrawer"
77
},
88
"repository": "github:rowrawer/stream-detector",
9-
"version": "2.10.16",
9+
"version": "2.10.17",
1010
"type": "module",
1111
"private": true,
1212
"devDependencies": {

src/_locales/en/messages.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -215,11 +215,8 @@
215215
"customCtTip": {
216216
"message": "One entry per line. Case insensitive."
217217
},
218-
"cleanupPref": {
219-
"message": "Remove entries older than 1 week"
220-
},
221-
"cleanupTip": {
222-
"message": "Applied only on restart in case of accidents."
218+
"noRestorePref": {
219+
"message": "Ignore previous sessions on launch"
223220
},
224221
"recentPref": {
225222
"message": "Only show certain number of latest entries"

0 commit comments

Comments
 (0)