This commit is contained in:
watsonb8
2019-12-18 21:55:01 -05:00
parent 9e75dd66c0
commit 8affc8d2af
318 changed files with 23 additions and 4616 deletions

View File

@@ -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);