This commit is contained in:
brent s. 2021-12-24 02:25:37 -05:00
parent bc4383f488
commit 1f6cfd5883
Signed by: bts
GPG Key ID: 8C004C2F93481F6B
1 changed files with 2 additions and 0 deletions

View File

@ -266,6 +266,8 @@ func newWM(appId string, recursion *RecurseOpts, filePaths ...string) (wm *Walle
}
wm.DbusObject.Dbus = wm.DbusObject.Conn.Object(DbusService, dbus.ObjectPath(DbusPath))

wm.isInit = true

if wm.Recurse.All || wm.Recurse.Wallets {
if err = wm.Update(); err != nil {
return