mirror of
https://codeberg.org/Hyperpipe/Hyperpipe
synced 2025-06-30 05:48:01 +02:00
feat: option to restore settings via url
This commit is contained in:
parent
d1ff3d681b
commit
1b678b032c
4 changed files with 101 additions and 5 deletions
|
@ -17,7 +17,8 @@
|
|||
"remote": "Remote",
|
||||
"search": "Search",
|
||||
"feeds": "Feeds",
|
||||
"offline": "Offline"
|
||||
"offline": "Offline",
|
||||
"restore_prefs": "Restore preferences"
|
||||
},
|
||||
"action": {
|
||||
"back": "Back",
|
||||
|
@ -93,8 +94,8 @@
|
|||
"lyrics": "Lyrics"
|
||||
},
|
||||
"statusBar": {
|
||||
"currentPlaylist": "Current Playlist",
|
||||
"loop": "Loop",
|
||||
"currentPlaylist": "Current Playlist",
|
||||
"loop": "Loop",
|
||||
"add_current_to_playlist": "Add Current Song to a Playlist"
|
||||
},
|
||||
"general": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue