mirror of
https://github.com/moonlight-stream/moonlight-embedded.git
synced 2026-04-05 15:36:10 +00:00
Only show error when no single input could be readed
This commit is contained in:
@@ -87,8 +87,8 @@ public class Limelight implements NvConnectionListener {
|
||||
displayError("Input", "Input could not be found");
|
||||
return;
|
||||
} catch (IOException ex) {
|
||||
displayError("Input", "Input could not be read");
|
||||
displayError("Input", "Are you running as root?");
|
||||
displayError("Input", "No input could be readed");
|
||||
displayError("Input", "Try to run as root");
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user