@@ -114,7 +114,9 @@ void execute(const std::string& file,const uint32_t cmd)
int main(int argc,const char* argv[])
{
if(argc<=1)
if(!argc)
return 0;
if(argc==1)
logo();
The note is not visible to the blocked user.