From cd85d6ee15f0cdbf837c4faf340abc398c942877 Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Mon, 4 Apr 2022 16:48:32 +0200 Subject: Test --- src/c_defs.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/c_defs.go') diff --git a/src/c_defs.go b/src/c_defs.go index eaeabd0..981e07d 100644 --- a/src/c_defs.go +++ b/src/c_defs.go @@ -58,7 +58,7 @@ const ( OPTIONS_FILE = PROGNAME + "/" + PROGNAME + ".toml" DEF_MEDIA_PLAYER = "mpv" DEF_RANDOM = false - DEF_USE_FORTUNE = true + DEF_FORTUNE = true ) func DEF_FILES() []string { @@ -80,5 +80,5 @@ type Options struct { Media_player string Player_options []string Random bool - Use_fortune bool + Fortune bool } -- cgit v1.2.3