mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-08-13 15:03:36 +00:00
Move terms lock from Core::App to Session.
This commit is contained in:
@@ -153,10 +153,7 @@ bool UiIntegration::handleUrlClick(
|
||||
}
|
||||
|
||||
rpl::producer<> UiIntegration::forcePopupMenuHideRequests() {
|
||||
return rpl::merge(
|
||||
Core::App().passcodeLockChanges(),
|
||||
Core::App().termsLockChanges()
|
||||
) | rpl::to_empty;
|
||||
return Core::App().passcodeLockChanges() | rpl::to_empty;
|
||||
}
|
||||
|
||||
QString UiIntegration::convertTagToMimeTag(const QString &tagId) {
|
||||
|
||||
Reference in New Issue
Block a user