@@ -0,0 +1,10 @@
from PyQt5.QtWidgets import *
class main(QWidget):
def __init__(self):
super().__init__()
app = QApplication([])
window = main()
window.show()
app.exec()
The note is not visible to the blocked user.