mirror of
https://github.com/antos-rde/antosdk-apps.git
synced 2024-11-08 06:28:29 +01:00
fix conflict
This commit is contained in:
commit
38bde537e7
File diff suppressed because one or more lines are too long
@ -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.
@ -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
|
||||
|
||||
|
||||
|
@ -8,7 +8,11 @@
|
||||
"licences": "GPLv3"
|
||||
},
|
||||
"version":"0.0.7-a",
|
||||
<<<<<<< HEAD
|
||||
"category":"Utility",
|
||||
=======
|
||||
"category":"Other",
|
||||
>>>>>>> c3df98de9effd1c129b9e5b36420bda12ea4cdba
|
||||
"mimes":["none"],
|
||||
"iconclass": "fa fa-delicious",
|
||||
"locales": {
|
||||
|
Loading…
Reference in New Issue
Block a user