fix: let geeqie open JXL files
This commit is contained in:
@@ -16,7 +16,7 @@ from textual.app import App, ComposeResult
|
||||
from textual.binding import BindingType
|
||||
from textual.widgets import Footer, Header, Label
|
||||
|
||||
from random_file_picker.core import collect_files, move_file_to_move_folder, trash_file, upload_file
|
||||
from random_file_picker.core import IMG_EXTENSIONS, collect_files, move_file_to_move_folder, trash_file, upload_file
|
||||
from random_file_picker.openers import (
|
||||
is_geeqie_available,
|
||||
open_file_in_dolphin,
|
||||
@@ -24,10 +24,6 @@ from random_file_picker.openers import (
|
||||
open_file_with_geeqie,
|
||||
)
|
||||
|
||||
IMG_EXTENSIONS = [
|
||||
".jpg", ".jpeg", ".webp", ".png", ".gif",
|
||||
]
|
||||
|
||||
GEEQIE_AVAILABLE = is_geeqie_available()
|
||||
|
||||
class Args(tap.TypedArgs):
|
||||
|
||||
Reference in New Issue
Block a user