mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 06:35:14 +00:00
Remove Session::Exists() global access point.
This commit is contained in:
@@ -557,7 +557,7 @@ void EmojiKeywords::refresh() {
|
||||
}
|
||||
|
||||
std::vector<QString> EmojiKeywords::languages() {
|
||||
if (!Main::Session::Exists()) {
|
||||
if (!_api) {
|
||||
return {};
|
||||
}
|
||||
refreshInputLanguages();
|
||||
|
Reference in New Issue
Block a user