wxiaoguang
df5cf5ddbd
Avoid polluting config file when "save" ( #25395 )
...
That's a longstanding INI package problem: the "MustXxx" calls change
the option values, and the following "Save" will save a lot of garbage
options into the user's config file.
Ideally we should refactor the INI package to a clear solution, but it's
a huge work.
A clear workaround is what this PR does: when "Save", load a clear INI
instance and save it.
Partially fix #25377 , the "install" page needs more fine tunes.
2023-06-21 10:31:40 +08:00
..
2023-05-26 01:04:48 +00:00
2023-04-12 18:16:45 +08:00
2023-04-12 18:16:45 +08:00
2023-05-13 20:59:11 +02:00
2023-04-07 21:25:49 +08:00
2023-04-13 18:41:04 -04:00
2023-04-22 14:53:00 -04:00
2023-06-19 15:46:50 +08:00
2023-04-17 11:37:23 +08:00
2023-05-21 22:35:11 +00:00
2023-06-15 02:14:43 +02:00
2023-05-26 07:31:55 +00:00
2023-05-13 16:04:57 +02:00
2023-06-16 06:32:43 +00:00
2023-05-26 07:31:55 +00:00
2023-04-10 16:44:02 +08:00
2023-05-21 22:35:11 +00:00
2023-05-27 22:35:44 +02:00
2023-06-13 14:44:47 +08:00
2023-06-03 22:03:41 +08:00
2023-05-26 07:31:55 +00:00
2023-04-13 18:41:04 -04:00
2023-05-31 15:54:46 +08:00
2023-04-12 18:16:45 +08:00
2023-05-22 10:57:49 +08:00
2023-04-22 17:56:27 -04:00
2023-05-26 01:04:48 +00:00
2023-05-27 10:55:24 +00:00
2023-05-13 16:04:57 +02:00
2023-05-29 10:52:32 +08:00
2023-06-20 21:14:47 +00:00
2023-05-07 19:29:43 +08:00
2023-04-13 18:41:04 -04:00
2023-06-21 10:31:40 +08:00
2023-05-21 22:35:11 +00:00
2023-06-14 11:42:38 +08:00
2023-06-07 23:49:58 +08:00
2023-06-13 10:51:02 +00:00
2023-05-31 02:07:04 +00:00
2023-06-18 09:59:09 +02:00
2023-05-21 22:35:11 +00:00
2023-05-03 19:53:43 -04:00
2023-06-02 17:27:30 +08:00
2023-06-13 09:02:25 +00:00
2023-06-18 09:59:09 +02:00
2023-05-24 22:06:27 -04:00