Open
Description
The startup lock 🔒 present in the settings does not work on Linux OS's but works perfectly on Windows
Problem
Everything works as expected but the password does not match in Linux. So it becomes unusable (the whole app)
Possible cause
The problem might occur because of some character encoding. The character encoding is different on Linux & Windows.
So this might cause the problem.
Thought way to fix
To fix this I have thought 💭 to fix this by separating codes for windows and linux using #ifdef __unix__