PowerToys/Wox/ViewModel
Jeremy Wu cecb65cd40
Installed & portable mode: Enhance auto updates (#142)
* Add handling of portable mode when updating

Additionally: 
1. Changed getting version from internally rather than from RELEASES file
2. Added PortableDataPath as a constant so can be used  to determine if portable mode is used

* Fix incorrectly wired auto update event handler

* Fix Sys plugin missing Shutdown command icon

* Add check update command to Sys plugin

* Add message if current Wox version is latest

* Add default silent when auto checking updates in background

Silent when current is still the latest version

* Move UserData folder to new version location

* Changes per review

1. Move IsPortableMode to Constant
2. Merge if statement

* Per comment- change variables to be more descriptive

UpdateInfo and UpdateManager renamed

* Per comment- Add exception handling and message if failed.
2020-02-25 12:08:51 +02:00
..
MainViewModel.cs added catch 2019-12-14 00:41:29 +02:00
PluginViewModel.cs MVVM refactoring for web search plugin, part 1 2016-06-21 00:14:32 +01:00
RelayCommand.cs Add highlight converter component 2019-12-03 15:31:23 +01:00
ResultsViewModel.cs updates 2019-12-14 00:17:05 +02:00
ResultViewModel.cs when both icopath and icon delegdate are empty\null it will raise an exception. 2019-11-09 11:55:53 +02:00
SettingWindowViewModel.cs Installed & portable mode: Enhance auto updates (#142) 2020-02-25 12:08:51 +02:00