| commit | 7fbd4ad2920fa3ac2923bffb3f30c2bd2dd1a846 | [log] [tgz] |
|---|---|---|
| author | gio <gio@v1.dodo.cloud> | Tue Aug 27 10:06:39 2024 +0400 |
| committer | gio <gio@v1.dodo.cloud> | Wed Sep 04 13:50:35 2024 +0400 |
| tree | 14fb607a7a45e142ea90e58751c4b7825e2a7e59 | |
| parent | dd32bbcf11ff3be729efe7bcc9902761858e2b00 [diff] [blame] |
DodoApp: Support dev virtual machines Change-Id: Ib7641adb5be477bdde7cd9a06df4b45aa65a1c01
diff --git a/core/installer/welcome/launcher.go b/core/installer/welcome/launcher.go index a828f1a..88047d8 100644 --- a/core/installer/welcome/launcher.go +++ b/core/installer/welcome/launcher.go
@@ -42,7 +42,7 @@ } func (d *AppManagerDirectory) GetAllApps() ([]AppLauncherInfo, error) { - all, err := d.AppManager.FindAllInstances() + all, err := d.AppManager.GetAllInstances() if err != nil { return nil, err }