mirror of
https://github.com/immense/Remotely.git
synced 2025-10-26 11:27:15 +00:00
Add temp code.
This commit is contained in:
parent
aafebce9f4
commit
7238be33c5
@ -27,6 +27,7 @@ namespace Remotely.ScreenCast.Linux
|
||||
|
||||
Conductor = Services.GetRequiredService<Conductor>();
|
||||
|
||||
Logger.Write("Processing Args: " + string.Join(", ", Environment.GetCommandLineArgs()));
|
||||
Conductor.ProcessArgs(Environment.GetCommandLineArgs().SkipWhile(x => !x.StartsWith("-")).ToArray());
|
||||
|
||||
if (Conductor.Mode == Core.Enums.AppMode.Chat)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user