mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-03 14:28:46 +01:00
remove mono compiler directives
This commit is contained in:
@@ -116,9 +116,9 @@ namespace MediaBrowser.ServerApplication.Native
|
||||
Console.WriteLine("Error launching browser");
|
||||
Console.WriteLine(ex.Message);
|
||||
|
||||
#if !__MonoCS__
|
||||
System.Windows.Forms.MessageBox.Show("There was an error launching your web browser. Please check your default browser settings.");
|
||||
#endif
|
||||
//#if !__MonoCS__
|
||||
// System.Windows.Forms.MessageBox.Show("There was an error launching your web browser. Please check your default browser settings.");
|
||||
//#endif
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user