Skip to content

Commit

Permalink
Enable URL tooltips on hover for Element Desktop (#22286)
Browse files Browse the repository at this point in the history
* Enable URL tooltips for Element Desktop

Closes: #6532
Signed-off-by: Johannes Marbach <johannesm@element.io>

* Fix access level

Co-authored-by: Travis Ralston <travpc@gmail.com>

* Add explicit access level where it exists in base class

* Appease the linker

Co-authored-by: Travis Ralston <travpc@gmail.com>
  • Loading branch information
Johennes and turt2live authored Jul 6, 2022
1 parent 2032668 commit 688dbc6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/vector/platform/ElectronPlatform.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,10 @@ export default class ElectronPlatform extends VectorBasePlatform {
electron.send('loudNotification');
}

public needsUrlTooltips(): boolean {
return true;
}

public async getAppVersion(): Promise<string> {
return this.ipc.call('getAppVersion');
}
Expand Down

0 comments on commit 688dbc6

Please sign in to comment.