File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
image_in_window_screensaver Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ def image_delete(self):
7373 l .log ("delete: " + self ._all_images [self ._current_index ])
7474 send2trash (self ._all_images [self ._current_index ])
7575 # self._all_images: List = file_walker.walk(sys.argv[1])
76- self ._all_images : List = file_walker .walk ()
76+ self ._all_images : List = file_walker .walk (file_walker . get_mode () )
7777 self ._set_image (self ._current_index )
7878 # self.image_shuffle()
7979
@@ -156,7 +156,7 @@ def keyReleaseEvent(self, event: QKeyEvent):
156156 l .log ("Key 2 / P --> Portrait mode" )
157157 self .initialize_images ("portrait/" )
158158 elif event .key () == Qt .Key_3 or event .key () == Qt .Key_R :
159- l .log ("Key 3 / Resetall " )
159+ l .log ("Key 3 / Reset all " )
160160 self .initialize_images ()
161161
162162 self .setFocus ()
You can’t perform that action at this time.
0 commit comments