mirror of
https://github.com/xoureldeen/Vectras-VM-Android.git
synced 2026-05-02 00:00:25 +00:00
- Fixed the main screen being called twice when switching from light to dark or vice versa. - Added subtitles in Settings. - The Join the Beta channel will be disabled when you turn off Automatically check for update in Settings. - The Memory capacity (MB) will be disabled when you turn off Custom memory in Settings. - Removed the extra space on the left side of the X11 section in Settings. - Updated some wording in Settings. - Updated new dialog styles in VNC screen. - Added subtitles in Create rom. - Changed thumbnails and names in Create rom. - Now, clicking Qemu params in Create rom will immediately open the editor. - Updated new styles for some dialogs in the main screen. - Now when opening X11 anywhere on the main screen, it will be checked for compatibility before continuing. - Updated new card style for VM list. - Updated architecture selection screen. - Added drag and drop support for cvbi files to Import tab in architecture selection screen. - Added Rom store button in architecture selection screen. - Added copy result in command completion dialog. - Default font is Google Sans. - VM thumbnails are now saved as PNG. - Updated Rom store interface. - Updated Rom store list style. - Updated ROM information interface. - Updated Mini tools interface. - Updated About interface. - Replaced QEMU icon with PC when image cannot be loaded or VM has no image. |
||
|---|---|---|
| .. | ||
| data | ||
| 1024.png | ||
| apple-touch-icon.png | ||
| coffee.html | ||
| favicon.ico | ||
| how.html | ||
| icon-192-maskable.png | ||
| icon-192.png | ||
| icon-512-maskable.png | ||
| icon-512.png | ||
| index.html | ||
| logo.png | ||
| README.txt | ||
| store_list.json | ||
Add this to your HTML <head>:
<link rel="icon" href="/favicon.ico" sizes="any">
<link rel="apple-touch-icon" href="/apple-touch-icon.png">
Add this to your app's manifest.json:
...
{
"icons": [
{ "src": "/favicon.ico", "type": "image/x-icon", "sizes": "16x16 32x32" },
{ "src": "/icon-192.png", "type": "image/png", "sizes": "192x192" },
{ "src": "/icon-512.png", "type": "image/png", "sizes": "512x512" },
{ "src": "/icon-192-maskable.png", "type": "image/png", "sizes": "192x192", "purpose": "maskable" },
{ "src": "/icon-512-maskable.png", "type": "image/png", "sizes": "512x512", "purpose": "maskable" }
]
}
...