fix missing import
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
|
||||
### Added
|
||||
- [#39](https://github.com/dweymouth/supersonic/issues/39) Add caching of artist images
|
||||
- [#94](https://github.com/dweymouth/supersonic/issues/94) Add Cmd+[ Cmd+] back/forward shortcuts for Mac (alongside existing Cmd+Left/Right)
|
||||
|
||||
### Fixed
|
||||
- [#90](https://github.com/dweymouth/supersonic/issues/90) Wrong covers get loaded for albums if server has different IDs for album and cover art
|
||||
|
||||
@@ -2,7 +2,10 @@
|
||||
|
||||
package os
|
||||
|
||||
import "fyne.io/fyne/v2"
|
||||
import (
|
||||
"fyne.io/fyne/v2"
|
||||
"fyne.io/fyne/v2/driver/desktop"
|
||||
)
|
||||
|
||||
const (
|
||||
ControlModifier = fyne.KeyModifierControl
|
||||
|
||||
Reference in New Issue
Block a user