fixes
This commit is contained in:
@@ -27,7 +27,7 @@ namespace Client2020
|
||||
this.Icon = Properties.Resources.MAESTRO_ACTIVE_ICON;
|
||||
|
||||
//Start the browser
|
||||
browser = new ChromiumWebBrowser("https://simpl.info/getusermedia/sources/");
|
||||
browser = new ChromiumWebBrowser(Config.ConnectionConfig.StartingUrl);
|
||||
this.Controls.Add(browser);
|
||||
|
||||
//Setup the Object Custom
|
||||
|
||||
Reference in New Issue
Block a user