Skip to content

Commit 2464736

Browse files
committed
Update filebrowser.js
1 parent abdc38b commit 2464736

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

filebrowser.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ async function renderSidebarHTML() {
241241
// if not logged in
242242
if (gitToken == '') {
243243

244-
await showDialog(openGitHubLogin, 'Hmm... we can\'t find\nthat repo. Try logging in.', 'Login');
244+
await showDialog(openGitHubLogin, 'Hmm... we can\'t find\nthat repo. Try logging in.', 'Login', true);
245245

246246
} else { // if logged in
247247

0 commit comments

Comments
 (0)