1
0
Fork 0
mirror of https://github.com/aclist/dztui.git synced 2025-07-20 14:38:49 +02:00

fix: hotfix for remote file paths

This commit is contained in:
aclist 2024-03-18 19:53:06 +09:00
parent b09505120e
commit 4c7237264a
4 changed files with 13 additions and 6 deletions
helpers

View file

@ -17,7 +17,7 @@ locale.setlocale(locale.LC_ALL, '')
gi.require_version("Gtk", "3.0")
from gi.repository import Gtk, GLib, Gdk, GObject, Pango
# 5.1.0
# 5.1.1
app_name = "DZGUI"
cache = {}