We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
During showering, I came up with the following idea regarding a system variable, which will, in theory, solve many problems and combine stuff.
Quickly writing down part of a possible system variable reveals the following concept*: Mainos system{} variable
{ IsVM: false, user: users[x], currentUser: users[x], users: { user[0]: { programs: { ... }, name: "sysacc", themecolor: "...", language: system.hostOS.languages[0], prefersdarkmode: system.hostOS.prefersdarkmode }, user[1]: { // Inherit from sysacc unless setting is overridden }, hostOS: { languages: Navigator.languages, Prefersdarkmode: Navigator.prefersdarkmode, operatingSystem: getOSfromBrowserString(), browserUsed: getBrowserfromBrowserString() }, time: ..., deviceCaps: { hasKeyboard: ..., hasTouch: ..., hasBattery: ..., } }
The text was updated successfully, but these errors were encountered:
Add system variable, entirely redo settings and basically change abou…
8518ea6
…t everything. Still WIP. See #60 Duplicates are still existing. Cleanups also necessary
No branches or pull requests
During showering, I came up with the following idea regarding a system variable, which will, in theory, solve many problems and combine stuff.
Quickly writing down part of a possible system variable reveals the following concept*:
Mainos system{} variable
The text was updated successfully, but these errors were encountered: