Skip to content

Commit

Permalink
Merge pull request #352 from mbektas/fix_update_dialog_rendering
Browse files Browse the repository at this point in the history
fix update dialog rendering
  • Loading branch information
mbektas authored Nov 27, 2021
2 parents 6163d53 + 9768c87 commit 99a6ccb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,7 @@ class JupyterApplication implements IApplication, IStatefulService {
<body style="background: rgba(238,238,238,1); font-size: 13px; font-family: Helvetica, Arial, sans-serif">
<div style="height: 100%; display: flex;flex-direction: column; justify-content: space-between;">
<div>
<%= message %>
<%- message %>
</div>
<div>
<label><input type='checkbox' <%= checkForUpdatesAutomatically ? 'checked' : '' %> onclick='handleAutoCheckForUpdates(this);'>Check for updates automatically</label>
Expand Down

0 comments on commit 99a6ccb

Please sign in to comment.