You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<sl-checkbox name="enableInstanceTelemetry" checked help-text="When enabled, a periodical process will send anonymous data about this instance.">
259
+
Enable instance telemetry
260
+
</sl-checkbox>
261
+
<sl-details summary="Advanced options">
262
+
<sl-checkbox name="enableElevatedAccess" help-text="Docker commands will run as super user, with elevated privileges. You will be prompted by the system to allow the actions.">
<sl-checkbox name="enableInstanceTelemetry" checked help-text="When enabled, a periodical process will send anonymous data about this instance.">
249
-
Enable instance telemetry
250
-
</sl-checkbox>
251
-
<sl-details summary="Advanced options">
252
-
<sl-checkbox name="enableElevatedAccess" help-text="Docker commands will run as super user, with elevated privileges. You will be prompted by the system to allow the actions.">
253
-
Enable elevated access
254
-
</sl-checkbox>
255
-
</sl-details>`
272
+
this._instance?.localInstance
273
+
? `<form-footer>
274
+
<sl-checkbox name="runContainerUpdate" help-text='When enabled, performs a Penpot upgrade (if tag is set to "latest") and updates container settings (tag, telemetry).'>Run container update</sl-checkbox>
275
+
</form-footer>`
256
276
: ""
257
277
}
278
+
258
279
</form>
259
280
<div class="footer">
260
281
<div>
@@ -428,8 +449,13 @@ export class InstanceCreator extends HTMLElement {
0 commit comments