fix conflict

This commit is contained in:
mrsang 2021-03-31 23:12:04 +02:00
commit 38bde537e7
5 changed files with 23 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -8,7 +8,11 @@
"licences": "GPLv3"
},
"version":"0.0.7-a",
<<<<<<< HEAD
"category":"Utility",
=======
"category":"Other",
>>>>>>> c3df98de9effd1c129b9e5b36420bda12ea4cdba
"mimes":["none"],
"iconclass": "fa fa-delicious",
"locales": {

Binary file not shown.

View File

@ -140,7 +140,8 @@ class ShowCase extends this.OS.application.BaseApplication
{ text: "About dialog", id: "about" },
{ text: "File dialog", id: "file" },
{ text: "Text dialog", id: "text" },
{ text: "Multi-input dialog", id: "minputs" }
{ text: "Multi-input dialog", id: "minputs" },
{ text: "Multi key value dialog", id: "mkv" }
]
btrun.onbtclick = (e) =>
@ -228,6 +229,18 @@ class ShowCase extends this.OS.application.BaseApplication
})
.then (d) =>
@notify JSON.stringify(d)
when "mkv"
@openDialog("KeyValueDialog", {
title: "Multi key-values",
data: {
name: "John Doe",
email: "jd@mail.com",
where: "Anywhere on Earth"
}
})
.then (d) =>
@notify JSON.stringify(d)
else return

View File

@ -8,7 +8,11 @@
"licences": "GPLv3"
},
"version":"0.0.7-a",
<<<<<<< HEAD
"category":"Utility",
=======
"category":"Other",
>>>>>>> c3df98de9effd1c129b9e5b36420bda12ea4cdba
"mimes":["none"],
"iconclass": "fa fa-delicious",
"locales": {