mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-26 02:11:53 +00:00
ui: cleanup
This commit is contained in:
committed by
Aiden McClelland
parent
8e46719b49
commit
792a5cc429
@@ -102,7 +102,7 @@ export class AppInstalledShowPage extends Cleanup {
|
||||
}
|
||||
}
|
||||
|
||||
async launchUiTab (e) {
|
||||
async launchUiTab () {
|
||||
let uiAddress = this.app.torAddress.getValue()
|
||||
uiAddress = uiAddress.startsWith('http') ? uiAddress : `http://${uiAddress}`
|
||||
return window.open(uiAddress, '_blank')
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
{
|
||||
"useMocks": true
|
||||
"useMocks": false
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user