mirror of
https://github.com/Eugeny/tabby
synced 2024-11-15 01:17:14 +00:00
build fix
This commit is contained in:
parent
02de15a6d2
commit
85e99ff0a8
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ import { Observable, Subject } from 'rxjs'
|
|||
import { Injectable, NgZone, EventEmitter } from '@angular/core'
|
||||
import { ElectronService } from './electron.service'
|
||||
import { Logger, LogService } from './log.service'
|
||||
import { isWindowsBuild, WIN_BUILD_FLUENT_BG_MOVE_BUG_FIXED, WIN_BUILD_FLUENT_BG_SUPPORTED } from '../utils'
|
||||
import { isWindowsBuild, WIN_BUILD_FLUENT_BG_SUPPORTED } from '../utils'
|
||||
|
||||
export enum Platform {
|
||||
Linux, macOS, Windows,
|
||||
|
|
Loading…
Reference in a new issue