adding a spinner on the graphics control panel

This commit is contained in:
minjaesong
2021-10-24 20:09:14 +09:00
parent f3c025898c
commit a79e673408
3 changed files with 46 additions and 18 deletions

View File

@@ -15,5 +15,8 @@
"MENU_OPTION_STREAMERS_LAYOUT": "Chat Overlay Mode",
"MENU_LABEL_RESTART_REQUIRED": "Restart Required",
"MENU_LABEL_KEYBOARD_LAYOUT": "Keyboard Layout",
"MENU_LABEL_IME": "IME"
"MENU_LABEL_IME": "IME",
"MENU_OPTIONS_DITHER": "Dither",
"MENU_OPTIONS_BLUR": "Blur",
"MENU_OPTIONS_PARTICLES": "Particles"
}

View File

@@ -14,5 +14,8 @@
"MENU_OPTION_STREAMERS_LAYOUT": "스트리머 채팅창 모드",
"MENU_LABEL_RESTART_REQUIRED": "재시작 필요",
"MENU_LABEL_KEYBOARD_LAYOUT": "자판 배열",
"MENU_LABEL_IME": "입력기"
"MENU_LABEL_IME": "입력기",
"MENU_OPTIONS_DITHER": "디더링",
"MENU_OPTIONS_BLUR": "흐림",
"MENU_OPTIONS_PARTICLES": "입자 수"
}