WIP: [Screencap] Rudimentary Profiles #208

Draft
Njaecha wants to merge 2 commits from Njaecha/Screencap_Profiles into master
Njaecha commented 2024-09-30 11:06:33 +00:00 (Migrated from github.com)

Adds rudimentary support for additional resolution presets, which can be bound to additional hotkey.
They are not a hotkey to change the settings, but rather additional settings, independent of the normal settings.
Because of that they do not benefit from recent improvements like the guide lines.

Adds rudimentary support for additional resolution presets, which can be bound to additional hotkey. They are not a hotkey to change the settings, but rather additional settings, _independent of the normal settings_. Because of that they **do not benefit** from recent improvements like the guide lines.
Njaecha commented 2024-09-30 11:08:15 +00:00 (Migrated from github.com)

Looks like this in the settings:
image

Looks like this in the settings: ![image](https://github.com/user-attachments/assets/eb7992ee-df33-4b41-aa83-3c9fd215518e)
ManlyMarco (Migrated from github.com) reviewed 2024-09-30 20:02:55 +00:00
ManlyMarco (Migrated from github.com) commented 2024-09-30 20:02:54 +00:00

Wouldn't it make more sense to include number of the preset in the category name? e.g. [Custom Hotkey 1]

Here's how I implemented something similar, a bit less user friendly though.

Wouldn't it make more sense to include number of the preset in the category name? e.g. `[Custom Hotkey 1]` [Here's](https://github.com/BepInEx/BepInEx.Utility.IL2CPP/blob/main/Patch_ByteFiddlerIL2CPP_Net6/ByteFiddlerPatcher.cs#L22-L45) how I implemented something similar, a bit less user friendly though.
ManlyMarco (Migrated from github.com) reviewed 2024-09-30 20:06:34 +00:00
ManlyMarco (Migrated from github.com) commented 2024-09-30 20:06:34 +00:00

I'd rather make a struct to hold all these config entries in a single list.

I'd rather make a struct to hold all these config entries in a single list.
Njaecha (Migrated from github.com) reviewed 2024-10-01 08:02:16 +00:00
Njaecha (Migrated from github.com) commented 2024-10-01 08:02:16 +00:00

Understandable, I can fix that 😄

Understandable, I can fix that 😄
Commenting is not possible because the repository is archived.
No description provided.