mirror of
https://github.com/arsenetar/dupeguru.git
synced 2026-01-22 06:37:17 +00:00
Pushed some action confirmation logic down from GUI layers to the core.
This commit is contained in:
@@ -36,6 +36,9 @@ class DupeGuruView:
|
||||
def set_default(self, key_name, value):
|
||||
pass
|
||||
|
||||
def ask_yes_no(self, prompt):
|
||||
return True # always answer yes
|
||||
|
||||
|
||||
class ResultTable(ResultTableBase):
|
||||
COLUMNS = [
|
||||
|
||||
Reference in New Issue
Block a user