feat(dialogs): add file extension filters for exe and image selection to File Explorer

Signed-off-by: Boris Yumankulov <boria138@altlinux.org>
This commit is contained in:
2025-06-26 14:35:24 +05:00
parent 4af4d1f0b0
commit 88e9d1d7c5
2 changed files with 9 additions and 4 deletions

View File

@ -209,7 +209,7 @@ class InputManager(QObject):
self.stick_value = speed_factor
self.stick_activated = True
if t self.nav_timer.isActive():
if not self.nav_timer.isActive():
self.file_explorer.move_selection(self.current_direction)
self.last_nav_time = current_time
self.nav_timer.start(int(self.initial_nav_delay * 1000))