Set initial flag on new categories (#7800)
- Use the same flag as other categories - Per-category uses the flag the user used before starting to use per-category
This commit is contained in:
@@ -79,7 +79,7 @@ class DomainModule : InjektModule {
|
||||
addFactory { ResetCategoryFlags(get(), get()) }
|
||||
addFactory { SetDisplayModeForCategory(get(), get()) }
|
||||
addFactory { SetSortModeForCategory(get(), get()) }
|
||||
addFactory { CreateCategoryWithName(get()) }
|
||||
addFactory { CreateCategoryWithName(get(), get()) }
|
||||
addFactory { RenameCategory(get()) }
|
||||
addFactory { ReorderCategory(get()) }
|
||||
addFactory { UpdateCategory(get()) }
|
||||
|
||||
Reference in New Issue
Block a user