Preferences & Profile changes #126

Merged
FlannelDipole merged 3 commits from main into main 2023-01-24 11:59:19 +00:00
3 changed files with 3 additions and 3 deletions

View File

@ -62,7 +62,7 @@ const PreferencesPage = () => {
<div className="card flex">
<div className="flex f-col f-grow">
<div>Debug Menus</div>
<small>Shows extra options to help with debugging data</small>
<small>Shows "Copy ID" and "Copy Event JSON" in the context menu on each message</small>
</div>
<div>
<input type="checkbox" checked={perf.showDebugMenus} onChange={e => dispatch(setPreferences({ ...perf, showDebugMenus: e.target.checked }))} />

View File

@ -184,7 +184,7 @@ export default function ProfileSettings() {
{settings()}
{privKey && (<div className="flex f-col bg-grey">
<div>
<h4>Private Key:</h4>
<h4>Your Private Key Is (do not share this with anyone):</h4>
</div>
<div>
<Copy text={hexToBech32("nsec", privKey)} />