add library switcher submenu to gear menu
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -3,6 +3,7 @@
|
||||
fyne bundle -package res -prefix Res appicon-256.png > bundled.go
|
||||
fyne bundle -append -prefix Res icons/coreui/playlist-add-next.svg >> bundled.go
|
||||
fyne bundle -append -prefix Res icons/freepik/playbutton.png >> bundled.go
|
||||
fyne bundle -append -prefix Res icons/majesticons/library.svg >> bundled.go
|
||||
fyne bundle -append -prefix Res icons/publicdomain/cast.svg >> bundled.go
|
||||
fyne bundle -append -prefix Res icons/publicdomain/disc.svg >> bundled.go
|
||||
fyne bundle -append -prefix Res icons/publicdomain/headphones.svg >> bundled.go
|
||||
|
||||
@@ -0,0 +1,3 @@
|
||||
These icons are from the Majesticons Solid Interface Icons collection by halfmage on svgrepo.com and are available under the MIT license
|
||||
|
||||
https://www.svgrepo.com/page/licensing/#MIT
|
||||
@@ -0,0 +1,2 @@
|
||||
<?xml version="1.0" encoding="utf-8"?><!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools -->
|
||||
<svg width="800px" height="800px" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" fill="none"><path fill="#000000" fill-rule="evenodd" d="M11.514 3.126a1 1 0 0 1 .972 0l9 5A1 1 0 0 1 21 10v9a1 1 0 1 1 0 2H3a1 1 0 1 1 0-2v-9a1 1 0 0 1-.486-1.874l9-5zM9 13a1 1 0 1 0-2 0v3a1 1 0 1 0 2 0v-3zm4 0a1 1 0 1 0-2 0v3a1 1 0 1 0 2 0v-3zm4 0a1 1 0 1 0-2 0v3a1 1 0 1 0 2 0v-3z" clip-rule="evenodd"/></svg>
|
||||
|
After Width: | Height: | Size: 519 B |
@@ -15,6 +15,7 @@
|
||||
"Albums": "Albums",
|
||||
"albums": "albums",
|
||||
"All": "All",
|
||||
"All Libraries": "All Libraries",
|
||||
"All Tracks": "All Tracks",
|
||||
"Allow multiple app instances": "Allow multiple app instances",
|
||||
"Alt. URL": "Alt. URL",
|
||||
@@ -182,6 +183,7 @@
|
||||
"Search page": "Search page",
|
||||
"Search playlists or new playlist name": "Search playlists or new playlist name",
|
||||
"sec": "sec",
|
||||
"Select Library": "Select Library",
|
||||
"selected": "selected",
|
||||
"Send playback statistics to server": "Send playback statistics to server",
|
||||
"Server": "Server",
|
||||
|
||||
Reference in New Issue
Block a user