diff options
| author | Akshay Nair <phenax5@gmail.com> | 2020-06-04 12:38:19 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2020-06-04 12:38:19 +0530 |
| commit | a9550c3a5088b8e25257480fb86ff5c9a2fed6d7 (patch) | |
| tree | b6e8d248a25f1ea74ca8428bdf9eb146397775de /lib/pages/Apps.dart | |
| parent | 173cb600667e730c337a436c9407d5b268491e9c (diff) | |
| download | daft-launcher-a9550c3a5088b8e25257480fb86ff5c9a2fed6d7.tar.gz daft-launcher-a9550c3a5088b8e25257480fb86ff5c9a2fed6d7.zip | |
Fixes uninstall action
Diffstat (limited to 'lib/pages/Apps.dart')
| -rw-r--r-- | lib/pages/Apps.dart | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/pages/Apps.dart b/lib/pages/Apps.dart index 613b0e3..97d2dbc 100644 --- a/lib/pages/Apps.dart +++ b/lib/pages/Apps.dart @@ -15,6 +15,7 @@ class AppsView extends StatelessWidget { Future<List<Application>> appListF = DeviceApps.getInstalledApplications( includeSystemApps: true, onlyAppsWithLaunchIntent: true, + includeAppIcons: false, ); @override |
