mirror of
https://github.com/QL-Win/QuickLook.git
synced 2025-09-13 19:19:10 +00:00
async archive loading
This commit is contained in:
@@ -46,7 +46,7 @@ namespace QuickLook.Plugin.ArchiveViewer
|
||||
{
|
||||
treeGrid.DataContext = context;
|
||||
|
||||
treeView.Loaded += (sender, e) =>
|
||||
treeView.LayoutUpdated += (sender, e) =>
|
||||
{
|
||||
// return when empty
|
||||
if (treeView.Items.Count == 0)
|
||||
|
Reference in New Issue
Block a user