⚡ Add API: IsDefaultProtocolClient
This commit is contained in:
parent
7b8a05f01f
commit
df2141d9e6
6 changed files with 91 additions and 0 deletions
|
@ -42,6 +42,10 @@ bool Browser::SetAsDefaultProtocolClient(const std::string& protocol) {
|
|||
return false;
|
||||
}
|
||||
|
||||
bool Browser::IsDefaultProtocolClient(const std::string& protocol) {
|
||||
return false;
|
||||
}
|
||||
|
||||
std::string Browser::GetExecutableFileVersion() const {
|
||||
return brightray::GetApplicationVersion();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue