diff --git a/zstio-tv/Config.cs b/zstio-tv/Config.cs index 4bfc2c6..2d35c77 100644 --- a/zstio-tv/Config.cs +++ b/zstio-tv/Config.cs @@ -4,7 +4,8 @@ internal class Config { #region Application public static string Version = "0.24"; - public static bool Developer = false; + public static bool Developer = true; + public static string[] ImageExtensions = { ".png", ".jpg", ".jpeg" }; public static string Warning = "Przypominamy, że obowiązuje całkowity zakaz opuszczania terenu szkoły podczas zajęć i przerw międzylekcyjnych."; #endregion diff --git a/zstio-tv/Display/MediaWindow.xaml b/zstio-tv/Display/MediaWindow.xaml index c657f40..a18b3e8 100644 --- a/zstio-tv/Display/MediaWindow.xaml +++ b/zstio-tv/Display/MediaWindow.xaml @@ -5,7 +5,7 @@ xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:local="clr-namespace:zstio_tv" mc:Ignorable="d" - Title="ConfigWindow" Loaded="Window_Loaded" Height="270" Width="800" WindowStartupLocation="CenterScreen" ResizeMode="CanMinimize" Background="#FF101010"> + Title="MediaWindow" Loaded="WindowLoaded" Height="600" Width="500" WindowStartupLocation="CenterScreen" ResizeMode="CanMinimize" Background="#FF101010"> - - - - - - - - - + + + + - - - - + +