- 22 Jul, 2023 5 commits
- 21 Jul, 2023 35 commits
-
-
lat9nq authored
Improve storage requirements.
-
lat9nq authored
Unecessary, and would run every time the settings are logged.
-
lat9nq authored
-
lat9nq authored
-
lat9nq authored
-
lat9nq authored
-
lat9nq authored
-
lat9nq authored
Fixes essentially a shadowing issue.
-
lat9nq authored
Addresses review feedback Co-authored-by: Morph <39850852+Morph1984@users.noreply.github.com>
-
lat9nq authored
-
lat9nq authored
Allows for 6GB and 8GB layouts to be selected.
-
lat9nq authored
-
lat9nq authored
-
lat9nq authored
-
lat9nq authored
-
toast2903 authored
Co-authored-by: Morph <39850852+Morph1984@users.noreply.github.com>
-
lat9nq authored
-
lat9nq authored
-
lat9nq authored
-
lat9nq authored
-
lat9nq authored
-
lat9nq authored
Not sure how I missed this earlier, but these vectors can be constructed using the type of the enum.
-
lat9nq authored
-
lat9nq authored
-
lat9nq authored
-
lat9nq authored
settings_common: Remove unused optional
-
lat9nq authored
-
lat9nq authored
Reduces some ugliness in frontend code.
-
lat9nq authored
Suggests to a frontend how to represent each setting.
-
lat9nq authored
This gets rid of some repeated code and sets us up to send more information to the new widget.
-
lat9nq authored
Currently unused, but I don't want to start headaches when someone decides to use it the first time.
-
lat9nq authored
Renames enum values to conform to naming convention.
-
lat9nq authored
The new enum macros don't support setting values directly. For LastAA and LastFilter, this means we need a simpler approach to loop around the toggle in the frontend...
-
lat9nq authored
This lets us define an enum and all the textual representations of its values in one swing. All for the price of some ugly macros.
-
lat9nq authored
-