mirror of
https://github.com/JulianGro/overte.git
synced 2025-08-24 13:45:31 +02:00
Open 'Learn to make a custom…' in default external browser
This commit is contained in:
parent
2581157794
commit
0ad11c4a6e
1 changed files with 1 additions and 1 deletions
|
@ -506,7 +506,7 @@ Rectangle {
|
|||
emitSendToScript({'method' : 'applyExternalAvatar', 'avatarURL' : url})
|
||||
}, function(link) {
|
||||
console.debug('link clicked', link);
|
||||
emitSendToScript({'method' : 'navigate', 'url' : link})
|
||||
Qt.openUrlExternally(link);
|
||||
});
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue