mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 22:55:11 +00:00
Use rpl::empty instead of rpl::empty_value().
This commit is contained in:
@@ -301,9 +301,7 @@ void SetupSections(
|
||||
}
|
||||
};
|
||||
slided->toggleOn(
|
||||
rpl::single(
|
||||
rpl::empty_value()
|
||||
) | rpl::then(
|
||||
rpl::single(rpl::empty) | rpl::then(
|
||||
account->appConfig().refreshed()
|
||||
) | rpl::map(
|
||||
enabled
|
||||
|
Reference in New Issue
Block a user