mirror of https://github.com/vector-im/riot-web
This reverts commit 6d3c49d866
.
pull/23038/head
parent
847e6b03cb
commit
822e262a93
|
@ -237,11 +237,7 @@ export default class ElectronPlatform extends VectorBasePlatform {
|
|||
}
|
||||
|
||||
public needsUrlTooltips(): boolean {
|
||||
// XXX: This should be `true` but caused too many regressions
|
||||
// Given it was effectively a community contribution, it has been disabled until we can fix it
|
||||
// https://github.com/vector-im/element-web/issues/22970
|
||||
// https://github.com/vector-im/element-web/issues/22953
|
||||
return false;
|
||||
return true;
|
||||
}
|
||||
|
||||
public async getAppVersion(): Promise<string> {
|
||||
|
|
Loading…
Reference in New Issue