Frederik Feichtmeier
Frederik Feichtmeier
>  I am trying to implement this feature. How do you feel about using https://pub.dev/packages/tray_manager to provide support for the system tray functionality?@Feichtmeier cool! I feel good with it...
> Yes, I saw that you mentioned in another issue that you are migrating persistence to shared_preferences. > > However, in the current architecture, saving the default behavior of the...
> ```dart > enum CloseBtnAction { > none('always ask'), > hide('hide to tray'), > close('close'); > > final String description; > > const CloseBtnAction(this.description); > @override > String toString() =>...
@dongfengweixiao it works in the snap :) However for Linux snap and flatpak we need to set the icon differently
damn this also didnt help @dongfengweixiao any idea to make the icon show for snaps and flatpaks?
Hey guys I rethought about this: I spent quite some time on using the actual media trays on macos, linux and windows. So there is already a media tray for...
Hi, is this stable or edge? Because I've pushed a fix to edge for this last week I think
Hmm sorry for this. Hard to debug from here but your can delete the MusicPod directory in home/snap if you didn't pin many items to the sidebar and I'll have...
> > Hmm sorry for this. Hard to debug from here but your can delete the MusicPod directory in home/snap if you didn't pin many items to the sidebar and...