@ -3,9 +3,10 @@
import sys
from PyQt5.QtWidgets import QApplication
from mainwin import MainWindow
from theme import theme
app = QApplication(sys.argv)
theme(app)
mw = MainWindow()
mw.show()
sys.exit(app.exec())
The note is not visible to the blocked user.