You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When .wslconfig does not have every possible config options set (for example, in case when only memory=1024MB option is set), Settings tab show nonreal (empty) values for settings not present in .wslconfig.
How to reproduce
Put this text to file %USERPROFILE%\.wslconfig
[WSL]memory=1024MB
Close easyWSL
Open easyWSL
Open Settings tab
Actual behaviour
Settings tab show nonreal (empty) values for settings not present in .wslconfig.
Expected behaviour
Settings tab show real default values for settings not present in .wslconfig.