Spellcheck: add language changer & swap position with paste/cut/copy

This commit is contained in:
Vendicated
2024-05-23 17:30:40 +02:00
parent bca8872db1
commit f232cfc3c8
9 changed files with 71 additions and 29 deletions

View File

@@ -21,8 +21,6 @@ export interface Settings {
appBadge?: boolean;
disableMinSize?: boolean;
clickTrayToShowHide?: boolean;
/** @deprecated use customTitleBar */
discordWindowsTitleBar?: boolean;
customTitleBar?: boolean;
checkUpdates?: boolean;
@@ -30,6 +28,8 @@ export interface Settings {
splashTheming?: boolean;
splashColor?: string;
splashBackground?: string;
spellCheckLanguages?: string[];
}
export interface State {