Skip to content

Commit 5ed23df

Browse files
committed
3.33hotfix
1 parent 91ee197 commit 5ed23df

3 files changed

Lines changed: 21 additions & 2 deletions

File tree

REAPERSCRIPT.ini

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,21 @@
1+
[PATHS]
2+
project_path = C:/Users/dooby/AppData/Roaming/REAPER/ProjectTemplates/DUB.rpp
13

4+
[OPTIONS]
5+
noise_reduction = False
6+
volume_up_dubbers = False
7+
sub_region = False
8+
sub_item = False
9+
split = False
10+
normalize_dubbers = False
11+
normalize_video = False
12+
fix_check = False
13+
render_audio = False
14+
render_video = False
15+
hide_reaper = False
16+
subs_cleaner = False
17+
add_track_for_subs = False
18+
19+
[SUBS]
20+
subs_lang = Russыыыыыia
221

ReaperScript.exe

-27 Bytes
Binary file not shown.

ReaperScript.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -286,9 +286,9 @@ def on_fix_check_click(master: tkinter.Tk, BUTTONS: List):
286286
state='readonly',
287287
width=13,
288288
)
289-
try:
289+
if config['SUBS']['subs_lang'] in SUBS_LANGS_LIST:
290290
menu.set(config['SUBS']['subs_lang'])
291-
except KeyError:
291+
else:
292292
menu.set(SUBS_LANGS_LIST[0])
293293
menu.place(relx=0.5, rely=1.0, anchor="s", x=9, y=-424)
294294
ToolTip(menu, HELP_DICT['subs_lang'], 1)

0 commit comments

Comments
 (0)