Move user settings menu to react (#6675)
* Move user settings menu to react * Add default href value to LinkButton * Use loading component while data is pending
This commit is contained in:
@@ -10,6 +10,11 @@ export default {
|
||||
window.NativeShell.disableFullscreen();
|
||||
}
|
||||
},
|
||||
openClientSettings: () => {
|
||||
if (window.NativeShell?.openClientSettings) {
|
||||
window.NativeShell.openClientSettings();
|
||||
}
|
||||
},
|
||||
openUrl: function(url, target) {
|
||||
if (window.NativeShell?.openUrl) {
|
||||
window.NativeShell.openUrl(url, target);
|
||||
|
||||
Reference in New Issue
Block a user