summaryrefslogtreecommitdiff
path: root/src/ui/uploadwidget.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/uploadwidget.c')
-rw-r--r--src/ui/uploadwidget.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/ui/uploadwidget.c b/src/ui/uploadwidget.c
index fc5cc190..28a35668 100644
--- a/src/ui/uploadwidget.c
+++ b/src/ui/uploadwidget.c
@@ -192,12 +192,14 @@ void init_UploadWidget(iUploadWidget *d) {
192 }; 192 };
193 initPanels_Mobile(w, NULL, (iMenuItem[]){ 193 initPanels_Mobile(w, NULL, (iMenuItem[]){
194 { "title id:heading.upload" }, 194 { "title id:heading.upload" },
195 { "label id:upload.info" }, 195 { "heading id:upload.url" },
196 { format_CStr("label id:upload.info font:%d",
197 deviceType_App() == phone_AppDeviceType ? uiLabelBig_FontId : uiLabelMedium_FontId) },
196 { "input id:upload.path hint:hint.upload.path noheading:1 url:1 text:" }, 198 { "input id:upload.path hint:hint.upload.path noheading:1 url:1 text:" },
197 { "heading text:${heading.upload.id}" }, 199 { "heading text:${heading.upload.id}" },
198 { "dropdown id:upload.id icon:0x1f464 text:", 0, 0, constData_Array(makeIdentityItems_UploadWidget_(d)) }, 200 { "dropdown id:upload.id icon:0x1f464 text:", 0, 0, constData_Array(makeIdentityItems_UploadWidget_(d)) },
199 { "input id:upload.token hint:hint.upload.token.long icon:0x1f516 text:" }, 201 { "input id:upload.token hint:hint.upload.token.long icon:0x1f516 text:" },
200 { "padding" }, 202 { "heading id:upload.content" },
201 { "panel id:dlg.upload.text icon:0x1f5b9 noscroll:1", 0, 0, (const void *) textItems }, 203 { "panel id:dlg.upload.text icon:0x1f5b9 noscroll:1", 0, 0, (const void *) textItems },
202 { "panel id:dlg.upload.file icon:0x1f4c1", 0, 0, (const void *) fileItems }, 204 { "panel id:dlg.upload.file icon:0x1f4c1", 0, 0, (const void *) fileItems },
203 { NULL } 205 { NULL }