1
0
Fork 0
mirror of synced 2024-06-28 03:00:49 +12:00
Rare/rare/components/tabs/settings/widgets
loathingKernel 2e1585bda8
EnvVarsModel: Be more lenient when checking for unchanged contents
Previously the unchanged contents check tested both `key` and `value`
at the same time, so the following case was not accepted.

`ENV_VAR=ENV_VAR`

No matter how unlikely it is for the key to be equal to the value, there
is no reason to restrict it.

For the `key` ("0") column, protecting against existing keys also handles
this case. For the `value` ("1") column, a check has been added.
2023-04-07 14:19:20 +03:00
..
__init__.py Rename settings_widgets + fix pylint error 2022-03-14 17:23:54 +01:00
dxvk.py Rename settings_widgets + fix pylint error 2022-03-14 17:23:54 +01:00
env_vars.py GameSettings: Emit signal when a non-editable row changes from the settings 2023-03-31 14:03:32 +03:00
env_vars_model.py EnvVarsModel: Be more lenient when checking for unchanged contents 2023-04-07 14:19:20 +03:00
linux.py GameSettings: Emit signal when a non-editable row changes from the settings 2023-03-31 14:03:32 +03:00
mangohud.py GameSettings: Emit signal when a non-editable row changes from the settings 2023-03-31 14:03:32 +03:00
overlay_settings.py GameSettings: Emit signal when a non-editable row changes from the settings 2023-03-31 14:03:32 +03:00
pre_launch.py PathEdit: Allow for the completer's root path to be set at runtime. 2023-03-15 22:49:18 +02:00
proton.py GameSettings: Emit signal when a non-editable row changes from the settings 2023-03-31 14:03:32 +03:00
rpc.py GlobalSignals: Reorganize signals into groups 2023-02-04 17:38:06 +02:00
wrapper.py Dialogs: Homogenize dialog titles 2023-02-18 19:36:49 +02:00