保存一下
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import type { Version } from '../common/types/Version.ts'
|
||||
import type { AppProcessInfoParams } from '../process/types/AppProcessInfoParams.ts'
|
||||
import type { IAppProcessInfoParams } from './types/IAppProcessInfoParams.ts'
|
||||
import type { WindowFormConfig } from '../window/types/WindowFormConfig.ts'
|
||||
|
||||
export class AppProcessInfo {
|
||||
@@ -58,7 +58,7 @@ export class AppProcessInfo {
|
||||
*/
|
||||
private readonly _windowFormConfigs: Array<WindowFormConfig>;
|
||||
|
||||
constructor(info: AppProcessInfoParams) {
|
||||
constructor(info: IAppProcessInfoParams) {
|
||||
this._name = info.name;
|
||||
this._title = info.title || '';
|
||||
this._description = info.description || '';
|
||||
|
||||
Reference in New Issue
Block a user