1
0
Fork 0
mirror of synced 2024-06-28 11:11:15 +12:00
Rare/rare
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
..
components EnvVarsModel: Be more lenient when checking for unchanged contents 2023-04-07 14:19:20 +03:00
game_launch_helper fix auto sync saves 2023-03-19 20:23:44 +01:00
lgndr LgdnrCore: Add egstore_write and egstore_delete methods 2023-03-15 17:59:33 +02:00
models [RareGame] Apply state if the game is found to be running at startup 2023-04-06 23:41:23 +03:00
resources Update translation_source.ts 2023-03-16 23:31:16 +01:00
shared ImageSize: Include reference to the base image preset 2023-04-04 13:30:40 +03:00
ui GameInfo: Use QFormLayout instead of QGridLayout for the information 2023-03-30 12:50:42 +03:00
utils config_helper: Don't remove section when removing the last option 2023-03-29 14:04:45 +03:00
widgets SideTabContents: Add implements_scrollarea option 2023-04-01 21:29:30 +03:00
__init__.py Update version 2023-03-19 22:14:56 +01:00
__main__.py Main: Trust shebangs. Fixes launching games on NixOS 2023-03-12 15:38:18 +02:00
app.py RareCore: Manage initialization in RareCore instead of LaunchDialog 2023-03-07 17:11:21 +02:00