[chore:] removed font-path support (since it was never implemented)
This commit is contained in:
+2
-2
@@ -73,7 +73,7 @@ public partial class MainWindow : Window
|
||||
try
|
||||
{
|
||||
BtnWikiPath.Click += BtnWikiPath_Click;
|
||||
BtnFontPath.Click += BtnFontPath_Click;
|
||||
//BtnFontPath.Click += BtnFontPath_Click;
|
||||
BtnConfigPath.Click += BtnConfigPath_Click;
|
||||
}
|
||||
catch (Exception ex)
|
||||
@@ -404,7 +404,7 @@ public partial class MainWindow : Window
|
||||
|
||||
if (folder == null || folder.Count == 0) return;
|
||||
var chosen = PathUtilities.NormalizeFileSystemPath(folder[0].Path);
|
||||
TbFontPath.Text = chosen;
|
||||
//TbFontPath.Text = chosen;
|
||||
Global._instance.font_path = chosen;
|
||||
Global.Save();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user