add show helptext user config value

This commit is contained in:
Simon
2025-01-26 16:18:45 +07:00
parent c633544eac
commit d408b5bb52
4 changed files with 34 additions and 5 deletions

View File

@@ -27,6 +27,7 @@ export type UserConfigType = {
hide_watched: boolean;
show_ignored_only: boolean;
show_subed_only: boolean;
show_help_text: boolean;
};
const updateUserConfig = async (config: Partial<UserConfigType>): Promise<UserConfigType> => {