Complain about missing read permissions once, as it's a typical config mistake

This commit is contained in:
Lauri Kasanen
2023-01-16 15:01:57 +02:00
parent 90afa1f005
commit 895b6b5697
2 changed files with 9 additions and 2 deletions

View File

@@ -324,6 +324,7 @@ namespace rfb {
bool frameTracking;
uint32_t udpFramesSinceFull;
bool complainedAboutNoViewRights;
};
}
#endif