mirror of
https://github.com/Eugeny/tabby.git
synced 2025-07-20 02:18:01 +00:00
added a telnet client - fixes #760
This commit is contained in:
@@ -91,7 +91,6 @@ export class WebPlatformService extends PlatformService {
|
||||
}
|
||||
|
||||
async showMessageBox (options: MessageBoxOptions): Promise<MessageBoxResult> {
|
||||
console.log(options)
|
||||
const modal = this.ngbModal.open(MessageBoxModalComponent, {
|
||||
backdrop: 'static',
|
||||
})
|
||||
|
Reference in New Issue
Block a user