@@ -0,0 +1,10 @@
#include "LauncherWindow.h"
#include <QApplication>
int main(int argc, char *argv[])
{
QApplication a(argc, argv);
LauncherWindow w;
w.show();
return a.exec();
}
The note is not visible to the blocked user.