1
1
mirror of https://github.com/qvacua/vimr.git synced 2024-11-24 11:37:32 +03:00

Better queue handling

This commit is contained in:
Tae Won Ha 2020-01-17 19:11:26 +01:00
parent c52a0e077d
commit e3374e0587
No known key found for this signature in database
GPG Key ID: E40743465B5B8B44

View File

@ -308,8 +308,7 @@ extension OpenQuicklyWindow {
self.count = 0
self.pattern = ""
self.fileViewItems = []
self.fileView.reloadData()
self.fileViewItems.removeAll()
self.searchField.stringValue = ""
self.countField.stringValue = "0 items"