1
0
Fork 0
mirror of https://github.com/aclist/dztui.git synced 2025-08-13 01:52:26 +02:00

chore: backports

This commit is contained in:
aclist 2024-02-10 18:35:49 +09:00
parent 131fa6c824
commit 2da5d0936b
4 changed files with 6 additions and 7 deletions
helpers

View file

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