aboutsummaryrefslogtreecommitdiffstats
path: root/packages/meshbay-hub/src
diff options
context:
space:
mode:
Diffstat (limited to 'packages/meshbay-hub/src')
-rw-r--r--packages/meshbay-hub/src/meshbay_hub/static/app.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/meshbay-hub/src/meshbay_hub/static/app.js b/packages/meshbay-hub/src/meshbay_hub/static/app.js
index f49d412..07fc781 100644
--- a/packages/meshbay-hub/src/meshbay_hub/static/app.js
+++ b/packages/meshbay-hub/src/meshbay_hub/static/app.js
@@ -4096,7 +4096,7 @@ function SettingsPage({ user, theme, onThemeChange, groups }) {
<button class="admin-btn" onClick=${pickFolder}>
${dlDir ? t('settings.dl_change') : t('settings.dl_choose')}
</button>
- ${dlDir && html`
+ ${dlDir && !dlDir.isDefault && html`
<button class="btn-secondary" onClick=${async () => {
if (platform.folder.available) await platform.folder.forget();
else await downloads.forgetDirectory();