mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-07-25 06:54:43 +00:00
Support server-side colors by index, up to three.
This commit is contained in:
@@ -476,4 +476,9 @@ Window::SessionController *Session::tryResolveWindow() const {
|
||||
return _windows.front();
|
||||
}
|
||||
|
||||
auto Session::colorIndicesValue() const
|
||||
-> rpl::producer<Ui::ColorIndicesCompressed> {
|
||||
return _account->appConfig().colorIndicesValue();
|
||||
}
|
||||
|
||||
} // namespace Main
|
||||
|
||||
Reference in New Issue
Block a user