diff options
| author | Akshay Nair <phenax5@gmail.com> | 2020-06-04 13:57:36 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2020-06-04 13:57:36 +0530 |
| commit | c50386437f01bb0177d352c7c7565d86742fa445 (patch) | |
| tree | b8dbd26174b536283509230ae66467d8cf0580f9 /lib/main.dart | |
| parent | d2a4564cfbd744232235e2c828657b616e19ba5a (diff) | |
| download | daft-launcher-c50386437f01bb0177d352c7c7565d86742fa445.tar.gz daft-launcher-c50386437f01bb0177d352c7c7565d86742fa445.zip | |
Some cleanup
Diffstat (limited to '')
| -rw-r--r-- | lib/main.dart | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/main.dart b/lib/main.dart index 8bff71f..a8cd8ab 100644 --- a/lib/main.dart +++ b/lib/main.dart @@ -34,9 +34,9 @@ class MyAppState extends StreamState<MyApp> { void initState() { super.initState(); initStateValue(config); - initConfig(); + refreshConfig(); initStateValue(favoriteApps); - initFavorites(); + refreshFavorites(); initStateValue(dateTime); } |
