feat: improve Jira URL UX and settings editing
This commit is contained in:
@@ -333,6 +333,7 @@ export namespace models {
|
||||
windowFullHeight: boolean;
|
||||
windowX: number;
|
||||
windowY: number;
|
||||
defaultJiraUrl: string;
|
||||
|
||||
static createFrom(source: any = {}) {
|
||||
return new Settings(source);
|
||||
@@ -353,6 +354,7 @@ export namespace models {
|
||||
this.windowFullHeight = source["windowFullHeight"];
|
||||
this.windowX = source["windowX"];
|
||||
this.windowY = source["windowY"];
|
||||
this.defaultJiraUrl = source["defaultJiraUrl"];
|
||||
}
|
||||
}
|
||||
export class SpeakerInfo {
|
||||
|
||||
Reference in New Issue
Block a user