Procházet zdrojové kódy

Better button text

tags/v0.1.0^2
Garrick Aden-Buie před 8 roky
rodič
revize
8b1e519c10
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      R/regex_gadget.R

+ 1
- 1
R/regex_gadget.R Zobrazit soubor

@@ -43,7 +43,7 @@ regex_gadget <- function(text = NULL) {
shiny::includeCSS(system.file("style.css", package = "regexplain")),
gadgetTitleBar(
"regexplain",
right = miniTitleBarButton("done", "To Console", TRUE)
right = miniTitleBarButton("done", "Send Regex To Console", TRUE)
),
miniTabstripPanel(
selected = if (is.null(text)) "Text" else "Regex",

Načítá se…
Zrušit
Uložit