set taskbar button tool tips based on app language

This commit is contained in:
Drew Weymouth
2025-08-08 19:15:46 -07:00
committed by Drew Weymouth
parent 041e4d3ba7
commit d4660075f0
5 changed files with 53 additions and 4 deletions
@@ -13,6 +13,10 @@ func InitializeTaskbarButtons(hwnd uintptr, callback func(TaskbarButton)) error
return err
}
func SetTaskbarButtonToolTips(prev, next, play, pause string) error {
return err
}
func InitializeTaskbarIcons(prev, next, play, pause image.Image) error {
return err
}