1
0
Fork 0
mirror of synced 2024-09-29 08:51:43 +13:00
Rare/rare/components
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
..
dialogs Sync saves when game finished 2023-03-18 16:14:01 +01:00
tabs EnvVarsModel: Be more lenient when checking for unchanged contents 2023-04-07 14:19:20 +03:00
__init__.py lowercase snake case 2021-04-07 22:39:23 +02:00
main_window.py RareCore: Manage initialization in RareCore instead of LaunchDialog 2023-03-07 17:11:21 +02:00
tray_icon.py InstallQueueItemModel: Refactor to add an expiration date to the download 2023-02-04 17:38:07 +02:00