remove export item selection, default select all items

This commit is contained in:
ᴍᴏᴏɴD4ʀᴋ
2020-09-28 17:36:37 +08:00
parent c76c36f609
commit 3924723605
7 changed files with 82 additions and 79 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ var (
)
func (c *Chromium) InitSecretKey() error {
//what is d-bus @https://dbus.freedesktop.org/
// what is d-bus @https://dbus.freedesktop.org/
var chromeSecret []byte
conn, err := dbus.SessionBus()
if err != nil {