From d66d9336b70c3fde0e7512b574b230459707e5e1 Mon Sep 17 00:00:00 2001
From: 0x5bfa <62196528+0x5bfa@users.noreply.github.com>
Date: Mon, 3 Jun 2024 06:53:08 +0900
Subject: [PATCH] Init
---
src/Files.App/App.xaml | 4 +++
src/Files.App/Dialogs/SettingsDialog.xaml | 21 ++++++-------
.../UserControls/AddressToolbar.xaml | 31 ++++---------------
.../UserControls/InnerNavigationToolbar.xaml | 26 ++++++++--------
.../Settings/SettingsDisplayControl.xaml | 3 +-
5 files changed, 33 insertions(+), 52 deletions(-)
diff --git a/src/Files.App/App.xaml b/src/Files.App/App.xaml
index 287d10fcfb31..fb1f66f87efa 100644
--- a/src/Files.App/App.xaml
+++ b/src/Files.App/App.xaml
@@ -31,6 +31,10 @@
+
+
diff --git a/src/Files.App/Dialogs/SettingsDialog.xaml b/src/Files.App/Dialogs/SettingsDialog.xaml
index 207e1f7597a9..73fd542c3003 100644
--- a/src/Files.App/Dialogs/SettingsDialog.xaml
+++ b/src/Files.App/Dialogs/SettingsDialog.xaml
@@ -90,7 +90,7 @@
IsSelected="True"
Tag="GeneralPage">
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
diff --git a/src/Files.App/UserControls/AddressToolbar.xaml b/src/Files.App/UserControls/AddressToolbar.xaml
index c7abdff6b60d..2299eb9ecec6 100644
--- a/src/Files.App/UserControls/AddressToolbar.xaml
+++ b/src/Files.App/UserControls/AddressToolbar.xaml
@@ -248,10 +248,7 @@
IsEnabled="{x:Bind ViewModel.Commands.NavigateBack.IsExecutable, Mode=OneWay}"
Style="{StaticResource AddressToolbarButtonStyle}"
ToolTipService.ToolTip="{x:Bind ViewModel.Commands.NavigateBack.LabelWithHotKey, Mode=OneWay}">
-
+
@@ -390,7 +378,6 @@
Grid.Column="1"
Margin="12"
FontSize="16"
- Foreground="{ThemeResource App.Theme.IconBaseBrush}"
Glyph="" />
@@ -425,10 +412,7 @@
Style="{StaticResource AddressToolbarButtonStyle}"
ToolTipService.ToolTip="{x:Bind ViewModel.Commands.Search.LabelWithHotKey, Mode=OneWay}"
Visibility="Collapsed">
-
+
@@ -555,10 +539,7 @@
ToolTipService.Placement="Bottom"
ToolTipService.ToolTip="{x:Bind ViewModel.Commands.OpenSettings.LabelWithHotKey, Mode=OneWay}"
Visibility="{x:Bind ShowSettingsButton, Mode=OneWay}">
-
+
diff --git a/src/Files.App/UserControls/InnerNavigationToolbar.xaml b/src/Files.App/UserControls/InnerNavigationToolbar.xaml
index d21afd04fd1d..4803c65559fb 100644
--- a/src/Files.App/UserControls/InnerNavigationToolbar.xaml
+++ b/src/Files.App/UserControls/InnerNavigationToolbar.xaml
@@ -103,7 +103,7 @@
KeyboardAcceleratorTextOverride="{x:Bind Commands.CreateFolder.HotKeyText, Mode=OneWay}"
Text="{x:Bind Commands.CreateFolder.Label}">
-
+
-
+
-
+
@@ -345,7 +345,7 @@
LabelPosition="Default"
ToolTipService.ToolTip="{x:Bind Commands.RunWithPowershell.LabelWithHotKey, Mode=OneWay}">
-
+
@@ -361,7 +361,7 @@
LabelPosition="Default"
ToolTipService.ToolTip="{x:Bind Commands.EditInNotepad.LabelWithHotKey, Mode=OneWay}">
-
+
@@ -386,7 +386,7 @@
KeyboardAcceleratorTextOverride="{x:Bind Commands.SetAsWallpaperBackground.HotKeyText, Mode=OneWay}"
Text="{helpers:ResourceString Name=Desktop}">
-
+
-
+
-
+
@@ -433,7 +433,7 @@
LabelPosition="Default"
ToolTipService.ToolTip="{helpers:ResourceString Name=Install}">
-
+
@@ -468,7 +468,7 @@
LabelPosition="Default"
ToolTipService.ToolTip="{helpers:ResourceString Name=Install}">
-
+
@@ -481,7 +481,7 @@
LabelPosition="Default"
ToolTipService.ToolTip="{helpers:ResourceString Name=Install}">
-
+
@@ -495,7 +495,7 @@
LabelPosition="Default"
ToolTipService.ToolTip="{x:Bind Commands.PlayAll.LabelWithHotKey, Mode=OneWay}">
-
+
@@ -1240,7 +1240,7 @@
Label="{x:Bind Commands.ClosePane.Label}"
ToolTipService.ToolTip="{x:Bind Commands.ClosePane.LabelWithHotKey, Mode=OneWay}">
-
+
diff --git a/src/Files.App/UserControls/Settings/SettingsDisplayControl.xaml b/src/Files.App/UserControls/Settings/SettingsDisplayControl.xaml
index 76cff1976be6..59d40ffcaf8d 100644
--- a/src/Files.App/UserControls/Settings/SettingsDisplayControl.xaml
+++ b/src/Files.App/UserControls/Settings/SettingsDisplayControl.xaml
@@ -45,8 +45,7 @@
x:Name="SettingsIconElement"
Margin="2,20,20,20"
x:Load="{x:Bind Icon, Mode=OneWay, Converter={StaticResource NullToFalseConverter}}"
- Content="{x:Bind Icon, Mode=OneWay}"
- Foreground="{ThemeResource App.Theme.IconBaseBrush}" />
+ Content="{x:Bind Icon, Mode=OneWay}" />