diff --git a/resources/assets/snippets/Hide-Update-Spicetify-Button.jpg b/resources/assets/snippets/Hide-Update-Spicetify-Button.jpg new file mode 100644 index 00000000..2c17476e Binary files /dev/null and b/resources/assets/snippets/Hide-Update-Spicetify-Button.jpg differ diff --git a/resources/snippets.json b/resources/snippets.json index b0942e92..893e06f9 100644 --- a/resources/snippets.json +++ b/resources/snippets.json @@ -448,5 +448,11 @@ "description": "Makes the progress bar and volume bar thicker and rounded, inspired by Thicker Bars snippet.", "code": ".x-progressBar-progressBarBg { height: 100% !important; --progress-bar-radius: 10px !important;} .x-progressBar-sliderArea { height: 100% !important; } .x-progressBar-fillColor { height: 100% !important; }", "preview": "resources/assets/snippets/Rounded-Thicker-Bars.png" + }, + { + "title": "Hide Update Spicetify Button", + "description": "Hides the Update Spicetify button", + "code": "[aria-label='Update Spicetify'] {display:none !important;}", + "preview": "resources/assets/snippets/Hide-Update-Spicetify-Button.jpg" } ]