From 405835d6507b910d890037530e8943d6943597a6 Mon Sep 17 00:00:00 2001 From: SlimDread <84397998+SlimDread@users.noreply.github.com> Date: Sun, 7 May 2023 18:12:57 +0000 Subject: [PATCH] fixes small typo --- modernx.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modernx.lua b/modernx.lua index 989512a..f0ec7f8 100644 --- a/modernx.lua +++ b/modernx.lua @@ -54,7 +54,7 @@ local user_opts = { windowcontrols = 'auto', -- whether to show window controls greenandgrumpy = false, -- disable santa hat language = 'eng', -- eng=English, chs=Chinese - volumecontrol = true, -- whether to show mute button and volumne slider + volumecontrol = true, -- whether to show mute button and volume slider keyboardnavigation = false, -- enable directional keyboard navigation chapter_fmt = "Chapter: %s", -- chapter print format for seekbar-hover. "no" to disable }