mirror of
https://github.com/Theaninova/TheaninovOS.git
synced 2026-01-09 09:52:49 +00:00
ags improvements
This commit is contained in:
@@ -36,10 +36,12 @@ export default {
|
||||
},
|
||||
windows: [
|
||||
Bar(),
|
||||
CornerTopleft(),
|
||||
CornerTopright(),
|
||||
CornerBottomleft(),
|
||||
CornerBottomright(),
|
||||
...Array.from({length: 3}, (_, i) => [
|
||||
CornerTopleft(i),
|
||||
CornerTopright(i),
|
||||
CornerBottomleft(i),
|
||||
CornerBottomright(i),
|
||||
]),
|
||||
Overview(),
|
||||
Indicator(),
|
||||
Cheatsheet(),
|
||||
|
||||
Reference in New Issue
Block a user