Skip to content

Commit

Permalink
fix: mention of F12 in settings
Browse files Browse the repository at this point in the history
  • Loading branch information
KraXen72 committed May 5, 2022
1 parent e7b18a3 commit 916f102
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/settingsui.ts
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ export function renderSettings() {

settHolder.classList.add('Crankshaft-settings');
settHolder.appendChild(skeleton.catHedElem(categoryNames[0].n));
settHolder.appendChild(skeleton.catBodElem(categoryNames[0].c, skeleton.notice('Most settings need a client restart to work. You can use F12.')));
settHolder.appendChild(skeleton.catBodElem(categoryNames[0].c, skeleton.notice('These settings need a client restart to work.')));

const csSettings = document.querySelector('.Crankshaft-settings');

Expand Down

0 comments on commit 916f102

Please sign in to comment.