diff options
| author | ac79b0c6 <[email protected]> | 2022-05-08 16:15:19 +0800 |
|---|---|---|
| committer | ac79b0c6 <[email protected]> | 2022-05-08 16:15:19 +0800 |
| commit | 2b44f55dd769b8de712b7c3befc84d587f9160b0 (patch) | |
| tree | c68a603e76a7731df918505919a72a4dc8abe1dc /mkvtool-gui/MainWindow.axaml.cs | |
| parent | a9f56390d5f0bc488b7bd40fa4af80ed19d90cc5 (diff) | |
update gui
Diffstat (limited to 'mkvtool-gui/MainWindow.axaml.cs')
| -rw-r--r-- | mkvtool-gui/MainWindow.axaml.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mkvtool-gui/MainWindow.axaml.cs b/mkvtool-gui/MainWindow.axaml.cs index 1d55d42..4a17d4e 100644 --- a/mkvtool-gui/MainWindow.axaml.cs +++ b/mkvtool-gui/MainWindow.axaml.cs @@ -609,6 +609,7 @@ namespace mkvtool PrintResult("Create cache", "Create cache successfully."); CacheArg.Dir = string.Empty; CacheArg.Clean = false; + Cache(); DoUIThread(() => { this.FindControl<TextBlock>("cca1").Text = string.Empty; |
