@@ -5,6 +5,7 @@
int main(int argc, char *argv[])
{
QApplication a(argc, argv);
a.setWindowIcon(QIcon("./plane.png"));
MainWindow w;
w.show();
return a.exec();
The note is not visible to the blocked user.