mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
refactor(boards-bar): rename boardsbar to boards-bar
This commit is contained in:
+1
-1
@@ -9,7 +9,7 @@ const LOCALSTORAGE_KEY_SUBSCRIPTIONS_OLD = '5chan-topbar-subscriptions-visible';
|
||||
interface BoardsBarVisibilityState {
|
||||
// Directory codes that are visible (all visible by default)
|
||||
visibleDirectories: Set<string>;
|
||||
// If true, show all account subscriptions in boardsbar (default: false)
|
||||
// If true, show all account subscriptions in boards bar (default: false)
|
||||
showSubscriptionsInBoardsBar: boolean;
|
||||
// Actions
|
||||
toggleDirectory: (code: string) => void;
|
||||
Reference in New Issue
Block a user