1
0
Fork 0
mirror of synced 2024-06-29 11:40:37 +12:00
Rare/rare/components/tabs/settings
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
..
widgets EnvVarsModel: Be more lenient when checking for unchanged contents 2023-04-07 14:19:20 +03:00
__init__.py DefaultGameSettings: Less verbose file name 2023-03-14 13:17:43 +02:00
about.py MainTabWidget: Use returned indices instead of hard-coding disabled tabs 2023-02-06 09:19:31 +02:00
debug.py SideTabContainer: Use a signal to update the title instead of monkeypatching setTitle method into the widget 2023-02-21 15:27:52 +02:00
game_settings.py GameSettings: Emit signal when a non-editable row changes from the settings 2023-03-31 14:03:32 +03:00
legendary.py PathEdit: Allow for the completer's root path to be set at runtime. 2023-03-15 22:49:18 +02:00
rare.py fix auto sync saves 2023-03-19 20:23:44 +01:00