## ----------------------------------------------------------------------------- #| include: false library(shinyelectron) ## ----------------------------------------------------------------------------- #| eval: false # config_path <- file.path("path/to/app", "_shinyelectron.yml") # config <- yaml::read_yaml(config_path) # # config$tray$enabled <- TRUE # config$tray$close_to_tray <- TRUE # config$splash$text <- "Loading dashboard..." # # yaml::write_yaml(config, config_path)