diff --git a/AutoLikerCefSharpWpf/App.xaml b/AutoLikerCefSharpWpf/App.xaml
index 74d7596..2c3a1fa 100644
--- a/AutoLikerCefSharpWpf/App.xaml
+++ b/AutoLikerCefSharpWpf/App.xaml
@@ -2,10 +2,17 @@
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:converter="clr-namespace:AutoLikerCefSharpWpf.Converter"
+ xmlns:materialDesign="http://materialdesigninxaml.net/winfx/xaml/themes"
StartupUri="MainWindow.xaml">
-
-
-
+
+
+
+
+
+
+
+
+
diff --git a/AutoLikerCefSharpWpf/AutoLikerCefSharpWpf.csproj b/AutoLikerCefSharpWpf/AutoLikerCefSharpWpf.csproj
index c99d27e..c3aaf61 100644
--- a/AutoLikerCefSharpWpf/AutoLikerCefSharpWpf.csproj
+++ b/AutoLikerCefSharpWpf/AutoLikerCefSharpWpf.csproj
@@ -92,6 +92,12 @@
..\packages\CefSharp.Wpf.116.0.190\lib\net462\CefSharp.Wpf.dll
+
+ ..\packages\MaterialDesignColors.2.1.4\lib\net462\MaterialDesignColors.dll
+
+
+ ..\packages\MaterialDesignThemes.4.9.0\lib\net462\MaterialDesignThemes.Wpf.dll
+
..\packages\Microsoft.Xaml.Behaviors.Wpf.1.1.39\lib\net45\Microsoft.Xaml.Behaviors.dll
@@ -194,6 +200,8 @@
+
+
\ No newline at end of file
diff --git a/AutoLikerCefSharpWpf/MainWindow.xaml b/AutoLikerCefSharpWpf/MainWindow.xaml
index 7111000..9c9cf58 100644
--- a/AutoLikerCefSharpWpf/MainWindow.xaml
+++ b/AutoLikerCefSharpWpf/MainWindow.xaml
@@ -1,6 +1,12 @@
-
+
@@ -18,37 +24,46 @@
+
+
-
-
-
-
-
-
+
+
+
+
+
+
+
+ Hashtags
+ Location
+
+
+
+
-
+
-
+
-
+
-
-
+
+
diff --git a/AutoLikerCefSharpWpf/MainWindow.xaml.cs b/AutoLikerCefSharpWpf/MainWindow.xaml.cs
index 600434e..7eec4a6 100644
--- a/AutoLikerCefSharpWpf/MainWindow.xaml.cs
+++ b/AutoLikerCefSharpWpf/MainWindow.xaml.cs
@@ -21,7 +21,7 @@ namespace AutoLikerCefSharpWpf
InitializeComponent();
// version
- this.AutoLikerVersion = "v2.0.1-20230914";
+ this.AutoLikerVersion = "v2.0.2-20230914";
this.DataContext = this;
// manage settings in UI
this._alsm = new AutoLikerSettingsManager(this);
diff --git a/AutoLikerCefSharpWpf/packages.config b/AutoLikerCefSharpWpf/packages.config
index 69ab1bc..4b014d3 100644
--- a/AutoLikerCefSharpWpf/packages.config
+++ b/AutoLikerCefSharpWpf/packages.config
@@ -4,5 +4,7 @@
+
+
\ No newline at end of file