mirror of
https://github.com/9ParsonsB/Pulsar.git
synced 2025-12-15 20:34:58 +01:00
Export, plugin archive install, and herald cache race condition fixes (#82)
* WIP: Grid export and plugin extraction * Tweak export process * Check for recursion of the same assembly load. * Individual screens aren't always primary? * Wait for cache to be writable * Export selection only. * Update built xml docs * Ignore invalid archives. * Need to ensure task is started.
This commit is contained in:
@@ -15,7 +15,8 @@ namespace Observatory.UI.ViewModels
|
||||
public class BasicUIViewModel : ViewModelBase
|
||||
{
|
||||
private ObservableCollection<object> basicUIGrid;
|
||||
|
||||
|
||||
public System.Collections.IList SelectedItems { get; set; }
|
||||
|
||||
public ObservableCollection<object> BasicUIGrid
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user