mirror of
https://github.com/simon987/Simple-Incremental-Search-Tool.git
synced 2025-12-14 15:49:04 +00:00
Added thumbnail generator
This commit is contained in:
@@ -54,6 +54,14 @@ class Directory:
|
||||
|
||||
def __str__(self):
|
||||
return self.path + " | enabled: " + str(self.enabled) + " | opts: " + str(self.options)
|
||||
|
||||
def get_option(self, key):
|
||||
|
||||
for option in self.options:
|
||||
if option.key == key:
|
||||
return option.value
|
||||
|
||||
return None
|
||||
|
||||
|
||||
class Task:
|
||||
|
||||
Reference in New Issue
Block a user