From 1c62121097c98f19ce77c309640b313b1e67aac9 Mon Sep 17 00:00:00 2001 From: Julien Maille Date: Sun, 18 Jan 2026 14:13:19 +0100 Subject: [PATCH] STYLE: Change manual install button to secondary style --- index.html | 4 ++-- js/app.js | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/index.html b/index.html index a831b58..5160c3e 100644 --- a/index.html +++ b/index.html @@ -1355,7 +1355,7 @@
Show Quality Badges - Display "HR" badge for Hi-Res tracks + Display "HD" badge for Hi-Res tracks
- +
diff --git a/js/app.js b/js/app.js index 8b35a78..f2af500 100644 --- a/js/app.js +++ b/js/app.js @@ -1097,7 +1097,7 @@ function showUpdateNotification(updateCallback) { Update Available

A new version of Monochrome is available.

- + `; document.body.appendChild(notification); @@ -1123,7 +1123,7 @@ function showInstallPrompt(deferredPrompt) {

Install this app for a better experience.

- +
`;