mirror of
https://github.com/immense/Remotely.git
synced 2025-10-26 11:27:15 +00:00
Rebranding.
This commit is contained in:
parent
38fac43d37
commit
0b3bc249fa
@ -42,7 +42,7 @@ namespace Remotely_ScreenCast.Capture
|
||||
captureMode = CaptureMode.BitBtl;
|
||||
}
|
||||
|
||||
Logger.Write($"Starting screen cast. Requester: {requesterName}. Viewer ID: {viewerID}. Capture Mode: {captureMode.ToString()}. Desktop: {Win32Interop.GetCurrentDesktop()}");
|
||||
Logger.Write($"Starting screen cast. Requester: {requesterName}. Viewer ID: {viewerID}. Capture Mode: {captureMode.ToString()}. App Mode: {Program.Mode} Desktop: {Win32Interop.GetCurrentDesktop()}");
|
||||
|
||||
var viewer = new Models.Viewer()
|
||||
{
|
||||
|
||||
@ -22,9 +22,6 @@ namespace Remotely_ScreenCast
|
||||
{
|
||||
public class Program
|
||||
{
|
||||
public static ICapturer Capturer { get; private set; }
|
||||
public static CaptureMode CaptureMode { get; private set; }
|
||||
public static bool DisconnectRequested { get; set; }
|
||||
public static AppMode Mode { get; private set; }
|
||||
public static string RequesterID { get; private set; }
|
||||
public static string ServiceID { get; private set; }
|
||||
|
||||
Loading…
Reference in New Issue
Block a user