diff options
Diffstat (limited to 'pug/options')
-rw-r--r-- | pug/options/general/general.pug | 6 | ||||
-rw-r--r-- | pug/options/spotify/spotify.pug | 24 |
2 files changed, 0 insertions, 30 deletions
diff --git a/pug/options/general/general.pug b/pug/options/general/general.pug index 34efa64c..b5b46d5f 100644 --- a/pug/options/general/general.pug +++ b/pug/options/general/general.pug @@ -122,12 +122,6 @@ body.option(dir="auto") div div - img(src="../../../assets/images/spotify-icon.png") - |Spotify - input#spotify(type="checkbox") - - div - div svg(xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor") path(d="M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z") |Search diff --git a/pug/options/spotify/spotify.pug b/pug/options/spotify/spotify.pug deleted file mode 100644 index 97951412..00000000 --- a/pug/options/spotify/spotify.pug +++ /dev/null @@ -1,24 +0,0 @@ -doctype html -html(lang="en") - include ../../widgets/head.pug - title General -script(type="module" src="../../../assets/javascripts/localise.js") -body.option(dir="auto") - include ../../widgets/links.pug - +links('spotify') - - section.option-block - .some-block.option-block - h4(data-localise="__MSG_enable__") Enable - input#disable-spotify(type="checkbox") - - #soju - hr - .normal - include ../../widgets/instances.pug - +instances('https://soju.com') - include ../../widgets/latency.pug - +latency() - - script(type="module" src="../init.js") - script(type="module" src="./spotify.js") |