diff --git a/LM-Kit-Maestro/MauiProgram.cs b/LM-Kit-Maestro/MauiProgram.cs
index 33b9d7a..783751c 100644
--- a/LM-Kit-Maestro/MauiProgram.cs
+++ b/LM-Kit-Maestro/MauiProgram.cs
@@ -40,11 +40,10 @@ public static MauiApp CreateMauiApp()
fonts.AddFont("Segoe UI Bold.ttf", "SegoeBold");
fonts.AddFont("MaterialIcons-Regular.ttf", "Material");
- //fonts.AddFont("fontawesome-webfont.ttf", "Material");
- //fonts.AddFont("FontAwesome.ttf", "Material");
+ fonts.AddFont("Font Awesome 6 Free-Solid-900.ttf", "FA");
// FontAwesome
//fonts.AddFont("Font Awesome 6 Free-Regular-400.otf", "FARegular");
- //fonts.AddFont("Font Awesome 6 Free-Solid-900.otf", "Material");
+ //fonts.AddFont("Font Awesome 6 Free-Solid-900.otf", "FA");
})
.ConfigureMauiHandlers(handlers =>
{
diff --git a/LM-Kit-Maestro/Resources/Fonts/Font Awesome 6 Free-Solid-900.ttf b/LM-Kit-Maestro/Resources/Fonts/Font Awesome 6 Free-Solid-900.ttf
new file mode 100644
index 0000000..cff20d4
Binary files /dev/null and b/LM-Kit-Maestro/Resources/Fonts/Font Awesome 6 Free-Solid-900.ttf differ
diff --git a/LM-Kit-Maestro/Resources/Styles/Styles.xaml b/LM-Kit-Maestro/Resources/Styles/Styles.xaml
index 2b77427..0f170bd 100644
--- a/LM-Kit-Maestro/Resources/Styles/Styles.xaml
+++ b/LM-Kit-Maestro/Resources/Styles/Styles.xaml
@@ -95,7 +95,7 @@
-
+
@@ -128,7 +128,7 @@
diff --git a/LM-Kit-Maestro/UI/ConversationListItemView.xaml b/LM-Kit-Maestro/UI/ConversationListItemView.xaml
index 09fcccb..b17aa82 100644
--- a/LM-Kit-Maestro/UI/ConversationListItemView.xaml
+++ b/LM-Kit-Maestro/UI/ConversationListItemView.xaml
@@ -162,7 +162,7 @@
Grid.Column="2"
FontSize="16"
Clicked="OnShowMoreButtonClicked"
- FontFamily="FASolid"
+ FontFamily="FA"
Text="{StaticResource Ellipsis}">
diff --git a/LM-Kit-Maestro/UI/ModelSelectionButton.xaml b/LM-Kit-Maestro/UI/ModelSelectionButton.xaml
index 6924774..0dc2bb3 100644
--- a/LM-Kit-Maestro/UI/ModelSelectionButton.xaml
+++ b/LM-Kit-Maestro/UI/ModelSelectionButton.xaml
@@ -25,7 +25,7 @@
-
+
@@ -174,7 +174,6 @@
VerticalOptions="Center"
StyleClass="IconSmall"
TextColor="{StaticResource Outline}"
- Text="{StaticResource ChevronDown}">
diff --git a/LM-Kit-Maestro/UI/Pages/ChatPage.xaml b/LM-Kit-Maestro/UI/Pages/ChatPage.xaml
index cda3e27..03ae9cc 100644
--- a/LM-Kit-Maestro/UI/Pages/ChatPage.xaml
+++ b/LM-Kit-Maestro/UI/Pages/ChatPage.xaml
@@ -88,7 +88,7 @@
@@ -103,7 +103,7 @@
ToolTipProperties.Text="Start a new chat"
Style="{StaticResource SecondaryActionButtonStyle}"
Grid.Column="2"
- FontFamily="FASolid"
+ FontFamily="FA"
Text="{StaticResource Plus}"
Command="{Binding StartNewConversationCommand}"/>
diff --git a/LM-Kit-Maestro/UI/Popups/UnsortedModelFilesPopup.xaml b/LM-Kit-Maestro/UI/Popups/UnsortedModelFilesPopup.xaml
index 088f67e..90f2a12 100644
--- a/LM-Kit-Maestro/UI/Popups/UnsortedModelFilesPopup.xaml
+++ b/LM-Kit-Maestro/UI/Popups/UnsortedModelFilesPopup.xaml
@@ -32,23 +32,23 @@
-
+
-
+
-
+
-
+