Skip to content

Commit

Permalink
Fix mistake that caused Cerebro logo to be deleted after first launch.
Browse files Browse the repository at this point in the history
  • Loading branch information
romanhaa committed Jun 17, 2020
1 parent 6c8f361 commit de7b6d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inst/shiny/v1.2/about/server.R
Original file line number Diff line number Diff line change
Expand Up @@ -64,5 +64,5 @@ output[["logo_Cerebro"]] <- renderImage({
alt = "Cerebro logo",
align = "right"
)},
deleteFile = TRUE
deleteFile = FALSE
)

0 comments on commit de7b6d8

Please sign in to comment.