mirror of
https://git.vectorsigma.ru/public/tubearchivist.git
synced 2026-08-05 02:19:23 +00:00
add show helptext user config value
This commit is contained in:
@@ -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> => {
|
||||
|
||||
Reference in New Issue
Block a user