mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-09-15 17:46:55 +00:00
Never mark any settings as unseen when simple view is active
This commit is contained in:
parent
72ed43639d
commit
5a97b291b0
1 changed files with 1 additions and 1 deletions
|
@ -759,7 +759,7 @@ export default class MainMenu extends Module {
|
|||
|
||||
tok.search_terms = terms.map(format_term).join('\n');
|
||||
|
||||
if ( settings_seen ) {
|
||||
if ( ! this.settings.get('ffz.simple-view') && settings_seen ) {
|
||||
if ( ! settings_seen.includes(setting_key) && ! tok.force_seen ) {
|
||||
unseen.add(setting_key);
|
||||
let i = tok;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue