@@ -1,5 +1,7 @@
#!/usr/bin/env python3
if __name__ == "__main__":
from multiprocessing import freeze_support
from app.ui.main_app_window import start_app
freeze_support()
start_app()
The note is not visible to the blocked user.