mirror of
https://github.com/Theaninova/TheaninovOS.git
synced 2026-01-09 11:12:57 +00:00
feat: update system
This commit is contained in:
@@ -13,7 +13,7 @@ class Asusctl extends Service {
|
||||
);
|
||||
}
|
||||
|
||||
profiles = Object.freeze(["Performance", "Balanced", "Quiet"]);
|
||||
profiles = /** @type {const} */ (["Performance", "Balanced", "Quiet"]);
|
||||
#profile = "Balanced";
|
||||
#mode = "Hyprid";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user