+ Member list: {user.privacy.member_list_privacy}
+
+
+ Group list: {user.privacy.group_list_privacy}
+
+
+ Current front: {user.privacy.front_privacy}
+
+
+ Front history: {user.privacy.front_history_privacy}
+
+
+
+ {/if}
+
+
\ No newline at end of file
diff --git a/src/pages/Dash.svelte b/src/pages/Dash.svelte
index df6dcfeb..7db7198b 100644
--- a/src/pages/Dash.svelte
+++ b/src/pages/Dash.svelte
@@ -3,10 +3,12 @@
import { navigate, useLocation } from "svelte-navigator";
import { currentUser, loggedIn } from '../stores';
- import PrivateSystem from '../lib/system/System.svelte';
+ import System from '../lib/system/System.svelte';
import PKAPI from '../api';
import type Sys from '../api/system';
+ let isPublic = false;
+
// get the state from the navigator so that we know which tab to start on
let location = useLocation();
let tabPane = $location.state && $location.state.tab;
@@ -69,7 +71,7 @@
-
+