@@ -3,6 +3,7 @@ import sys
from PySide6.QtWidgets import QApplication
from ui.main import MainWindow
import module.resources
if __name__ == '__main__':
app = QApplication(sys.argv)
@@ -15,5 +16,5 @@ if __name__ == '__main__':
pass
finally:
window.show()
sys.exit(app.exec())
The note is not visible to the blocked user.