Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion inst/themer-demo/app.R
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ progressBar <- div(

# This is here for shinycoreci to take advantage of (so we don't need to update a bunch of screenshots)
IS_LEGACY <- as.logical(Sys.getenv("BSLIB_LEGACY_THEMER_APP", FALSE))
if (isTRUE(IS_LEGACY)) {
if (isTRUE(IS_LEGACY) || theme_version(theme) %in% c("3", "4")) {
dashboardTab <- NULL
} else {
dashboardTab <- nav_panel("Dashboard", tipsUI("tips"))
Expand Down