* i18n
* My last menubar edit
Based on : https://developer.apple.com/design/human-interface-guidelines/macos/menus/menu-bar-menus/
And : https://www.electronjs.org/docs/latest/api/menu
make changes about how work on linux and let the mac untouched for more native options
* Linux Only
* some fixes
* alt everywhere
* im stupid
* im stupid pt2
* popup fix
* Zoom
* Fixes
* Zoom and other things Update
* Hardcoded Changes
* i18N "es_ES"
* Windows/MacOS Fixes
* Some test
* test2
* MacOS
* Sorry MacOS
* PT2
* i suposse
* Test Changes
* Pre test
* finally
* Last
* documentation
* Update es_ES
* Now stores ZoomFactor
* Deprecated UI Scale to Zoom Built in Electron Feature. Its more easy, native and more compatible.
* I hate Git
* best methods
* Plz
* SVG
* finally fixes
Implementation of MPRIS in TS.
LastFM now interacts with store object passed directly into class.
Experimental decorators enabled and utilised in MPRIS.
- Window now creates and loads properly (Due to config not being created halted vue)
- Foundation for app.ts created for functions to run in certain stages of the app (start/init, ready, exit)
- Electron-Store created in class ConfigStore. Store instance stored in ConfigStore.store. Gets a bit compilicated and might change the class or variable name later on.