Skip to content
Projects
Groups
Snippets
Help
Sign in / Register
Toggle navigation
Minds Frontend
Project overview
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Issues
402
Merge Requests
57
CI / CD
Security & Compliance
Packages
Wiki
Snippets
Members
Collapse sidebar
Close sidebar
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Minds
Minds Frontend
Commits
d2ba1e1b
Commit
d2ba1e1b
authored
8 minutes ago
by
Ben Hayward
Browse files
Options
Download
Switching default value to off
parent
eb4110bd
feat/default-disc-tags-1366
1 merge request
!645
Preferred hashtag remembered in local storage #1366
Pipeline
#101009312
running with stages
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/app/modules/hashtags/sidebar-selector/sidebar-selector.component.ts
View file @
d2ba1e1b
...
...
@@ -46,7 +46,7 @@ export class SidebarSelectorComponent implements OnInit {
ngOnInit
()
{
this
.
preferred
=
this
.
storage
.
get
(
'
preferred_hashtag_state
'
)
?
this
.
storage
.
get
(
'
preferred_hashtag_state
'
)
===
'
1
'
:
tru
e
;
:
fals
e
;
this
.
init
();
}
...
...
This diff is collapsed.
Please
register
or
sign in
to comment