lances101 / Wox.Plugin.SimpleClock

A simple clock plugin for Wox.
4 stars 4 forks source link

File reading delays #1

Closed lances101 closed 8 years ago

lances101 commented 9 years ago

All operations with ClockSettingsStorage (aka AlarmStorageSettings.cs, will be renamed to clock) are synchronous and therefore take a lot of time. Should be converted to async.