Skip to content

Commit

Permalink
Fixed set_ui_element exception, it was missing from the app.funcs imp…
Browse files Browse the repository at this point in the history
…orts (#80)
  • Loading branch information
constanton authored Mar 9, 2023
1 parent 59a1ac6 commit 2174b04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/NtscApp.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
from app.config_dialog import ConfigDialog
from app.logs import logger
from app.Renderer import DefaultRenderer
from app.funcs import resize_to_height, pick_save_file, trim_to_4width
from app.funcs import resize_to_height, pick_save_file, trim_to_4width, set_ui_element
from app.ntsc import random_ntsc, Ntsc
from ui import mainWindow
from ui.DoubleSlider import DoubleSlider
Expand Down

1 comment on commit 2174b04

@fehgehrfugahrugheruqgrheaugerhguhgureh

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

how do i download it on mac

Please sign in to comment.