mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-09 01:31:46 +00:00
* chore: update media control icons Updated "next," "pause," "play," and "previous" icons in the media-icons-black folder. This improves visual consistency and ensures the latest icon designs are applied. * refactor(menu): migrate to `navigationHistory` API - Replaced deprecated `webContents` navigation methods (`canGoBack`, `goBack`, `canGoForward`, `goForward`) with `navigationHistory` API. - Updated `mainMenuTemplate` to use the new `navigationHistory` destructured from `win.webContents`.