diff --git a/Actions/AdvancedShutdownAction.cs b/Actions/AdvancedShutdownAction.cs index bf7699f..1d6c3a6 100644 --- a/Actions/AdvancedShutdownAction.cs +++ b/Actions/AdvancedShutdownAction.cs @@ -454,7 +454,7 @@ private void ShowOrUpdateFloatingWindow() CanResize = false, Topmost = true, ShowInTaskbar = false, - SystemDecorations = SystemDecorations.None, + WindowDecorations = WindowDecorations.None, Background = Brushes.Transparent, TransparencyLevelHint = [WindowTransparencyLevel.Transparent], Content = new Border diff --git a/Controls/AdjustScreenBrightnessSettingsControl.cs b/Controls/AdjustScreenBrightnessSettingsControl.cs index 84d9937..a52f87e 100644 --- a/Controls/AdjustScreenBrightnessSettingsControl.cs +++ b/Controls/AdjustScreenBrightnessSettingsControl.cs @@ -53,10 +53,10 @@ protected override void OnInitialized() { base.OnInitialized(); - _brightnessInput[!NumericUpDown.ValueProperty] = new Binding(nameof(Settings.BrightnessPercent)) + _brightnessInput.Bind(NumericUpDown.ValueProperty, new Binding(nameof(Settings.BrightnessPercent)) { Source = Settings, Mode = BindingMode.TwoWay - }; + }); } } \ No newline at end of file diff --git a/Controls/Components/BetterCarouselContainerSettingsControl.axaml b/Controls/Components/BetterCarouselContainerSettingsControl.axaml index d709b3c..31e688e 100644 --- a/Controls/Components/BetterCarouselContainerSettingsControl.axaml +++ b/Controls/Components/BetterCarouselContainerSettingsControl.axaml @@ -1,4 +1,4 @@ - - - + @@ -34,21 +34,21 @@ - - + + - - + - - + - + @@ -58,14 +58,14 @@ - - - + + + - - + - - + + - - + - - + + - - + - - + + - @@ -134,7 +134,7 @@ - +