Remove the old "move to folder" behaviour option

This commit is contained in:
the-djmaze 2022-09-29 10:08:45 +02:00
parent 456f304338
commit 2651b6fd93
34 changed files with 8 additions and 79 deletions

View file

@ -35,7 +35,7 @@ export class AdminSettingsGeneral extends AbstractViewSettings {
this.theme = ThemeStore.theme;
this.themes = ThemeStore.themes;
this.addSettings(['AllowLanguagesOnSettings','NewMoveToFolder']);
this.addSettings(['AllowLanguagesOnSettings']);
addObservablesTo(this, {
attachmentLimitTrigger: SaveSettingStatus.Idle,