Progress
This commit is contained in:
@@ -18,11 +18,6 @@ namespace Aurora.gtk
|
||||
//Also css doesn't work without adding the Xaml assembly
|
||||
global::Xamarin.Forms.Forms.Init(new[] { typeof(LibVLCSharp.Forms.Platforms.GTK.VideoViewRenderer).Assembly, typeof(Xamarin.Forms.Xaml.ArrayExtension).Assembly });
|
||||
|
||||
if (PlatformHelper.GetGTKPlatform() == GTKPlatform.Windows)
|
||||
{
|
||||
GtkThemes.LoadCustomTheme("Themes/gtkrc-dark");
|
||||
}
|
||||
|
||||
var app = new App();
|
||||
var window = new FormsWindow();
|
||||
window.LoadApplication(app);
|
||||
|
||||
Reference in New Issue
Block a user