Skip to content

Commit

Permalink
Removed app dialog before the app itself (Make/Play/Social)
Browse files Browse the repository at this point in the history
  • Loading branch information
Radu authored and radujipa committed May 10, 2017
1 parent dc91e8e commit ab3b949
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion icon/kano-draw.app
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

"packages": [],
"dependencies": ["kano-draw"],
"launch_command": "kano-app-launcher kano-draw",
"launch_command": "kano-draw",
"overrides": [],
"desktop": false,
"priority": 950
Expand Down
26 changes: 13 additions & 13 deletions icon/locale/es_AR/kano-draw.app
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
{
"launch_command": "kano-app-launcher kano-draw",
"description": "Observa c\u00f3mo aparecen formas a medida que escribes c\u00f3digo. \u00c9ste es un primer prototipo de una aplicaci\u00f3n de dibujo bastante inusual. Te permite dibujar sobre lienzo con JavaScript. Puedes combinar l\u00edneas b\u00e1sicas, cuadros y c\u00edrculos de varios colores y tama\u00f1os para crear tus propias obras maestras digitales.",
"title": "Make Art",
"tagline": "Dibujar con c\u00f3digo",
"colour": "#51555C",
"desktop": false,
"priority": 950,
"launch_command": "kano-draw",
"description": "Observa c\u00f3mo aparecen formas a medida que escribes c\u00f3digo. \u00c9ste es un primer prototipo de una aplicaci\u00f3n de dibujo bastante inusual. Te permite dibujar sobre lienzo con JavaScript. Puedes combinar l\u00edneas b\u00e1sicas, cuadros y c\u00edrculos de varios colores y tama\u00f1os para crear tus propias obras maestras digitales.",
"title": "Make Art",
"tagline": "Dibujar con c\u00f3digo",
"colour": "#51555C",
"desktop": false,
"priority": 950,
"dependencies": [
"kano-draw"
],
"mime_type": "application/x-kano-draw",
"overrides": [],
"packages": [],
"slug": "kano-draw",
],
"mime_type": "application/x-kano-draw",
"overrides": [],
"packages": [],
"slug": "kano-draw",
"categories": [
"code"
],
],
"icon": "kano-draw"
}

0 comments on commit ab3b949

Please sign in to comment.