1
Fork 0

Fix indenting

This commit is contained in:
KorbsStudio 2023-01-25 04:29:48 -05:00
parent 5720917fae
commit 4e8ae575a6
No known key found for this signature in database

View file

@ -61,17 +61,20 @@ A part of this function of Nexus Polestar will only be utilized on Windows and m
Basically, System Repect in Nexus Polestar will try it's best to integrate into the user's system.
_Situration 1: Low Battery_
**Situration 1: Low Battery**
If the system's battery becomes low, Nexus Polestar will enable it's "Power Saving" state by disabling certain features like blur composition, window transparency, notification sound, animations, and more as these functions aren't entirely nessesary for the software to serve it's purpose.
_Situration 2: Color Scheme and Theme Mode_ (Windows and macOS)
**Situration 2: Color Scheme and Theme Mode** (Windows and macOS)
on Windows and macOS, the user can set an accent color for their operating system, Nexus Polestar will try to use the accent color they've set. Along with using the theme mode, which is handy if they use a sunset feature to auto switch between light and dark mode.
[`systemPreferences.getColor(color)`](https://www.electronjs.org/docs/latest/api/system-preferences#systempreferencesgetcolorcolor-windows-macos) (Windows and macOS)
[`systemPreferences.getSystemColor(color)`](https://www.electronjs.org/docs/latest/api/system-preferences#systempreferencesgetsystemcolorcolor-macos) (macOS)
_Situration 3: Motion and Transparency_ (macOS)
**Situration 3: Motion and Transparency** (macOS)
On macOS, there is an accessibility option called "Reduced Motion" and "Reduced Transparency".
If "Reduced Motion" is enabled, Nexus Polestar will disable animations.