|
@@ -6,6 +6,7 @@ using Comal.Classes;
|
|
|
using Comal.Stores;
|
|
|
using InABox.Configuration;
|
|
|
using InABox.Core;
|
|
|
+using InABox.DynamicGrid;
|
|
|
using InABox.Logging;
|
|
|
using InABox.Scripting;
|
|
|
using InABox.Wpf;
|
|
@@ -44,6 +45,9 @@ public partial class Configuration : ThemableWindow
|
|
|
}
|
|
|
}
|
|
|
|
|
|
+ DynamicGridUtils.SelectionBackground = ThemeManager.SelectionBackgroundBrush;
|
|
|
+ DynamicGridUtils.SelectionForeground = ThemeManager.SelectionForegroundBrush;
|
|
|
+
|
|
|
Progress.DisplayImage = Properties.Resources.appstore.AsBitmapImage(200, 200);
|
|
|
|
|
|
Progress.ShowModal("Starting...", progress =>
|