Skip to content

Commit

Permalink
Before building
Browse files Browse the repository at this point in the history
  • Loading branch information
meetox80 committed Dec 12, 2023
1 parent be59be7 commit e4613a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion zstio-tv/Config.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ internal class Config
{
#region Application
public static string Version = "0.24";
public static bool Developer = true;
public static bool Developer = false;
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.";
Expand Down
2 changes: 1 addition & 1 deletion zstio-tv/MainWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
</StackPanel>
</Grid>

<Grid Visibility="Visible" x:Name="handler_bar_banner" Height="250" Width="250" Margin="0,15,0,0">
<Grid Visibility="Collapsed" x:Name="handler_bar_banner" Height="250" Width="250" Margin="0,15,0,0">
<Rectangle RadiusX="10" RadiusY="10" Fill="#FF050505" Stroke="#FF272727">
<Rectangle.Effect>
<DropShadowEffect ShadowDepth="0" Direction="0" BlurRadius="15"/>
Expand Down

0 comments on commit e4613a8

Please sign in to comment.