Skip to content

Commit

Permalink
Fixed code-breaking typo
Browse files Browse the repository at this point in the history
  • Loading branch information
akai-katto committed Sep 10, 2019
1 parent 3975e76 commit fea9cea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui_driver.py
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ def parse_gui_inputs(self):
if self.ui.waifu2x_type_combo_box.currentText() == 'Waifu2x-Vulkan':
self.waifu2x_type = 'vulkan'

if self.ui.waifu2x_type_combo_box.currentText() == '"Waifu2x-Vulkan-Legacy"':
if self.ui.waifu2x_type_combo_box.currentText() == 'Waifu2x-Vulkan-Legacy':
self.waifu2x_type = 'vulkan_legacy'

if self.ui.waifu2x_type_combo_box.currentText() == 'Waifu2x-Converter-Cpp':
Expand Down

0 comments on commit fea9cea

Please sign in to comment.