Skip to content

Commit

Permalink
Fixed censor
Browse files Browse the repository at this point in the history
  • Loading branch information
tmoroney committed May 17, 2023
1 parent 92e9dae commit 492941c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion auto-subs.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
]),
ui.VGap(2),
ui.Label({'ID': 'Label', 'Text': 'Censored Words (comma separated list)', 'Weight': 0, 'Font': ui.Font({ 'PixelSize': 13 }) }),
ui.LineEdit({'ID': 'CensorList', 'Text': '', 'PlaceholderText': 'e.g kill, shot (k**l)', 'Weight': 0, 'MinimumSize': [200, 30]}),
ui.LineEdit({'ID': 'CensorList', 'Text': '', 'PlaceholderText': 'e.g. bombing = b***ing', 'Weight': 0, 'MinimumSize': [200, 30]}),
ui.VGap(2),
ui.Label({ 'Text': "Format Text", 'Weight': 0, 'Font': ui.Font({ 'PixelSize': 13 }) }),
ui.ComboBox({"ID": "FormatText", 'MaximumSize': [2000, 30]}),
Expand Down

0 comments on commit 492941c

Please sign in to comment.