mirror of
https://github.com/achiez/NebulaAuth-Steam-Desktop-Authenticator-by-Achies.git
synced 2026-07-25 06:14:31 +00:00
Fix: reintroduce bug from incorrect merge, now fully resolved
Previously fixed bug was unintentionally reintroduced due to merging the wrong branch. This commit properly resolves the issue.
This commit is contained in:
+1
-22
@@ -8,31 +8,10 @@
|
|||||||
<Application.Resources>
|
<Application.Resources>
|
||||||
<ResourceDictionary>
|
<ResourceDictionary>
|
||||||
|
|
||||||
|
|
||||||
<converters:CoefficientConverter x:Key="CoefficientConverter" />
|
|
||||||
<converters:ReverseBooleanConverter x:Key="ReverseBooleanConverter" />
|
|
||||||
<converters:ProxyTextConverter x:Key="ProxyTextConverter" />
|
|
||||||
<converters:ProxyDataTextConverter x:Key="ProxyDataTextConverter" />
|
|
||||||
<converters:MultiCommandParameterConverter x:Key="MultiCommandParameterConverter" />
|
|
||||||
<converters:ColorToBrushConverter x:Key="ColorToBrushConverter" />
|
|
||||||
<converters:AnyMafilesToVisibilityConverter x:Key="AnyMafilesToVisibilityConverter" />
|
|
||||||
<converters:PortableMaClientStatusToColorConverter x:Key="PortableMaClientStatusToColorConverter" />
|
|
||||||
|
|
||||||
<converters:NullableToBooleanConverter x:Key="NullableToBooleanConverter" />
|
|
||||||
<!-- Background converters-->
|
|
||||||
<background:BackgroundImageVisibleConverter x:Key="BackgroundImageVisibleConverter" />
|
|
||||||
<background:BackgroundSourceConverter x:Key="BackgroundSourceConverter" />
|
|
||||||
|
|
||||||
<BooleanToVisibilityConverter x:Key="BooleanToVisibilityConverter" />
|
|
||||||
<materialDesign:NullableToVisibilityConverter x:Key="NullableToVisibilityConverter" />
|
|
||||||
|
|
||||||
|
|
||||||
<system:Boolean x:Key="True">True</system:Boolean>
|
|
||||||
<system:Boolean x:Key="False">False</system:Boolean>
|
|
||||||
|
|
||||||
|
|
||||||
<ResourceDictionary.MergedDictionaries>
|
<ResourceDictionary.MergedDictionaries>
|
||||||
|
|
||||||
|
<ResourceDictionary Source="/Converters/Converters.xaml"/>
|
||||||
<ResourceDictionary Source="Theme/Themes/DefaultTheme.xaml" />
|
<ResourceDictionary Source="Theme/Themes/DefaultTheme.xaml" />
|
||||||
<ResourceDictionary
|
<ResourceDictionary
|
||||||
Source="pack://application:,,,/MaterialDesignThemes.Wpf;component/Themes/MaterialDesign3.Defaults.xaml" />
|
Source="pack://application:,,,/MaterialDesignThemes.Wpf;component/Themes/MaterialDesign3.Defaults.xaml" />
|
||||||
|
|||||||
Reference in New Issue
Block a user