From 8533f6edf13370fc4edccaaa79f211077ff1bbb8 Mon Sep 17 00:00:00 2001 From: Enzo Date: Sun, 20 Nov 2016 21:01:47 +0100 Subject: [PATCH] Update Themes URL link --- Wox/ViewModel/SettingWindowViewModel.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Wox/ViewModel/SettingWindowViewModel.cs b/Wox/ViewModel/SettingWindowViewModel.cs index 016f38a513..32af970994 100644 --- a/Wox/ViewModel/SettingWindowViewModel.cs +++ b/Wox/ViewModel/SettingWindowViewModel.cs @@ -114,7 +114,7 @@ namespace Wox.ViewModel #region theme - public static string Theme => @"http://www.getwox.com/theme"; + public static string Theme => @"http://www.getwox.com/theme/builder"; public string SelectedTheme { @@ -314,4 +314,4 @@ namespace Wox.ViewModel #endregion } -} \ No newline at end of file +}