diff --git a/Images/preferences.png b/Images/preferences.png index 9c7bd74..26a388e 100644 Binary files a/Images/preferences.png and b/Images/preferences.png differ diff --git a/Jukebox.xcodeproj/project.xcworkspace/xcuserdata/sasindujayasinghe.xcuserdatad/UserInterfaceState.xcuserstate b/Jukebox.xcodeproj/project.xcworkspace/xcuserdata/sasindujayasinghe.xcuserdatad/UserInterfaceState.xcuserstate index fb8cd4f..3c75fa3 100644 Binary files a/Jukebox.xcodeproj/project.xcworkspace/xcuserdata/sasindujayasinghe.xcuserdatad/UserInterfaceState.xcuserstate and b/Jukebox.xcodeproj/project.xcworkspace/xcuserdata/sasindujayasinghe.xcuserdatad/UserInterfaceState.xcuserstate differ diff --git a/Jukebox/Views/PreferencesView.swift b/Jukebox/Views/PreferencesView.swift index 10c1878..4bb7466 100644 --- a/Jukebox/Views/PreferencesView.swift +++ b/Jukebox/Views/PreferencesView.swift @@ -97,7 +97,6 @@ struct PreferencesView: View { Text("Website").font(.system(size: 12)) } .buttonStyle(LinkButtonStyle()) - .disabled(true) } } .padding(.horizontal, 18) diff --git a/README.md b/README.md index 0b0e0be..5f72025 100644 --- a/README.md +++ b/README.md @@ -4,14 +4,12 @@ ## About -Jukebox is a macOS application that allows you to display and control the currently playing song from Spotify in the menu bar. - -*(Apple Music support will come soon)* +Jukebox is a macOS application that allows you to display and control the currently playing song from Spotify or Apple Music in the menu bar. **Jukebox requires macOS 11 Big Sur or greater.** ## Install -[Download](https://github.com/Jaysce/Jukebox/releases/download/v0.9.3/Jukebox.0.9.3.dmg) +[Download](https://github.com/Jaysce/Jukebox/releases/download/v0.9.5/Jukebox.0.9.5.dmg) ## Usage @@ -26,7 +24,9 @@ The app shows the currently playing song in the menu bar. Clicking the menu bar

-The background that appears behind the album art can be changed in preferences, which can be opened from the menu that appears when right clicking the menu bar item. +The preferences menu can be opened by right clicking the menu bar item. +From here you can change which app Jukebox gets music data from and the background that appears behind the album art. +Clicking the button next to the connect option gives you the prompt to connect the music app you choose. ## Attributions - This project uses [Sparkle](https://sparkle-project.org) for update delivery