This commit is contained in:
Eugene Pankov
2023-04-10 21:21:49 +02:00
parent 73fae43027
commit 3b8ca0d592
50 changed files with 50 additions and 49 deletions

View File

@@ -6,7 +6,7 @@ import { SessionOptions } from '../api'
/** @hidden */
@Component({
selector: 'command-line-editor',
templateUrl:'./commandLineEditor.component.pug',
templateUrl: './commandLineEditor.component.pug',
})
export class CommandLineEditorComponent {
@Input() argvMode = false

View File

@@ -5,7 +5,7 @@ import { Subject } from 'rxjs'
/** @hidden */
@Component({
selector: 'environment-editor',
templateUrl:'./environmentEditor.component.pug',
templateUrl: './environmentEditor.component.pug',
styleUrls: ['./environmentEditor.component.scss'],
})
export class EnvironmentEditorComponent {

View File

@@ -6,7 +6,7 @@ import { PlatformService, ProfileSettingsComponent } from 'tabby-core'
/** @hidden */
@Component({
templateUrl:'./localProfileSettings.component.pug',
templateUrl: './localProfileSettings.component.pug',
})
export class LocalProfileSettingsComponent implements ProfileSettingsComponent<LocalProfile> {
profile: LocalProfile

View File

@@ -3,7 +3,7 @@ import { WIN_BUILD_CONPTY_SUPPORTED, WIN_BUILD_CONPTY_STABLE, isWindowsBuild, Co
/** @hidden */
@Component({
templateUrl:'./shellSettingsTab.component.pug',
templateUrl: './shellSettingsTab.component.pug',
})
export class ShellSettingsTabComponent {
isConPTYAvailable: boolean