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