mirror of
https://github.com/yattee/yattee.git
synced 2026-02-20 01:39:46 +00:00
Change default layout settings
This commit is contained in:
@@ -72,7 +72,8 @@ struct MiniPlayerSettings: Codable, Hashable, Sendable {
|
||||
/// Default buttons for the mini player: play/pause and play next.
|
||||
private static let defaultButtons: [ControlButtonConfiguration] = [
|
||||
ControlButtonConfiguration(buttonType: .playPause),
|
||||
ControlButtonConfiguration(buttonType: .playNext)
|
||||
ControlButtonConfiguration(buttonType: .playNext),
|
||||
ControlButtonConfiguration(buttonType: .close)
|
||||
]
|
||||
|
||||
/// Default mini player settings.
|
||||
|
||||
Reference in New Issue
Block a user