mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2025-04-25 07:07:32 -04:00
add user appearance setting
This commit is contained in:
parent
80242afb93
commit
8449f736e7
40 changed files with 1263 additions and 398 deletions
|
@ -16,7 +16,7 @@ pub fn mk_modules(
|
|||
}
|
||||
|
||||
fn mk_user_module(user_session: Arc<UserSession>) -> Module {
|
||||
flowy_user::module::create(user_session)
|
||||
flowy_user::event_map::create(user_session)
|
||||
}
|
||||
|
||||
fn mk_folder_module(core: Arc<FolderManager>) -> Module {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue