From f5f25c701658380f7cb036ed28597fbd60a2abea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Todor=20Kondi=C4=87?= <todor.kondic@uni.lu> Date: Mon, 9 Mar 2020 11:11:27 +0100 Subject: [PATCH] Add the button --- R/shinyUI.R | 1 + 1 file changed, 1 insertion(+) diff --git a/R/shinyUI.R b/R/shinyUI.R index f8aa96e..e69b470 100644 --- a/R/shinyUI.R +++ b/R/shinyUI.R @@ -753,6 +753,7 @@ mk_shinyscreen <- function(projDir=getwd(), shinyFiles::shinyFileSave(input, 'saveConfB',roots=wdroot) shinyFiles::shinyFileChoose(input, 'restoreConfB',roots=wdroot) shinyFiles::shinyFileChoose(input, 'mzMLB',roots=volumes) + shinyFiles::shinyFileChoose(input, 'switchProjB',roots=volumes) ## ***** reactive function definitions ***** -- GitLab