Skip to content

Commit

Permalink
remove flash preview
Browse files Browse the repository at this point in the history
  • Loading branch information
born2net committed Jan 28, 2021
1 parent 6abf0a3 commit 60ec84a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "studioweb",
"version": "0.1.776",
"version": "0.1.778",
"license": "Modified GPL (see readme.md)",
"angular-cli": {},
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions src/app/campaigns/campaign-editor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -234,13 +234,13 @@ export class CampaignEditor extends Compbaser {
}

_onCampaignPreview() {
return bootbox.alert('please install Desktop Signage Player');
return bootbox.alert('HTML preview coming soon! for now preview using Desktop Signage Player');
// let uiState: IUiState = {mainAppState: MainAppShowStateEnum.SAVE_AND_PREVIEW, previewMode: PreviewModeEnum.CAMPAIGN}
// this.yp.ngrxStore.dispatch(({type: ACTION_UISTATE_UPDATE, payload: uiState}))
}

_onTimelinePreview() {
return bootbox.alert('please install Desktop Signage Player');
return bootbox.alert('HTML preview coming soon! for now preview using Desktop Signage Player');
// if (_.isUndefined(this.campaignTimelinesModel))
// return bootbox.alert('No timeline selected');
// let uiState: IUiState = {mainAppState: MainAppShowStateEnum.SAVE_AND_PREVIEW, previewMode: PreviewModeEnum.TIMELINE}
Expand Down

0 comments on commit 60ec84a

Please sign in to comment.