Zweite Megaupload
All checks were successful
Deploy / deploy-staging (push) Successful in 1m1s
Deploy / deploy-production (push) Has been skipped

This commit is contained in:
2026-06-08 02:05:46 +02:00
parent 853dab5cef
commit aea2bb304e
55746 changed files with 64 additions and 21 deletions

17
skins/windows/profile.php Normal file
View File

@@ -0,0 +1,17 @@
<?php
declare(strict_types=1);
return [
'id' => 'windows',
'label' => 'Windows',
'family' => 'windows',
'wallpaper' => 'linear-gradient(160deg, #1d4ed8 0%, #0f172a 100%)',
'top_bar' => false,
'taskbar_mode' => 'taskbar',
'taskbar_label' => 'Start',
'taskbar_icon' => 'Win',
'taskbar_icon_style' => 'windows',
'window_controls' => 'windows',
'maximize_over_system_bar' => false,
];