@@ -54,5 +59,4 @@
{{/if}}
{{:helper.link('NEW DATA FILE', null, { "PRG_newtextfile" : 1 })}}
{{/if}}
-
{{/if}}
diff --git a/nano/templates/layout_modern.tmpl b/nano/templates/layout_modern.tmpl
index 25754cb926a28..a745878aa9421 100644
--- a/nano/templates/layout_modern.tmpl
+++ b/nano/templates/layout_modern.tmpl
@@ -34,6 +34,9 @@
+ {{if !data.PC_showexitprogram}}
+ {{:helper.link('', 'image', {'PC_camera' : 1}, null, data.in_camera_mode ? 'yellowButton' : null)}}
+ {{/if}}
{{if data.PC_showexitprogram}}
{{:helper.link('', 'minusthick', {'PC_minimize' : 1})}}
{{:helper.link('', 'closethick', {'PC_exit' : 1})}}