Startup Lock 🔒 does not work in Linux 🐧
A small CLI tool which will help in producing different types of video
Brought to you by:
mushfiqurrohoma
Originally created by: Abir-Tx
The startup lock 🔒 present in the settings does not work on Linux OS's but works perfectly on Windows
Everything works as expected but the password does not match in Linux. So it becomes unusable (the whole app)
The problem might occur because of some character encoding. The character encoding is different on Linux & Windows.
So this might cause the problem.
To fix this I have thought 💭 to fix this by separating codes for windows and linux using #ifdef __unix__