feat: add native emoji picker (#17359)
This commit is contained in:
parent
2e89348541
commit
12b6a0f5b2
7 changed files with 58 additions and 0 deletions
|
@ -142,6 +142,10 @@ bool Browser::IsUnityRunning() {
|
|||
return unity::IsRunning();
|
||||
}
|
||||
|
||||
bool Browser::IsEmojiPanelSupported() {
|
||||
return false;
|
||||
}
|
||||
|
||||
void Browser::ShowAboutPanel() {
|
||||
std::string app_name, version, copyright, icon_path, website;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue