1
0
Fork 0
mirror of https://github.com/aclist/dztui.git synced 2024-12-27 12:52:36 +01:00

add: set WM_CLASS name

This commit is contained in:
aclist 2024-08-28 08:44:13 +09:00
parent 5686ea76c2
commit 0de89a3ef1
2 changed files with 2 additions and 1 deletions

View file

@ -562,7 +562,7 @@ fetch_helpers_by_sum(){
[[ -f "$config_file" ]] && source "$config_file"
declare -A sums
sums=(
["ui.py"]="f89047e3fde843dbb52d343daf8d2675"
["ui.py"]="13bb5456aa9d95efdf2335e437f4c6fb"
["query_v2.py"]="55d339ba02512ac69de288eb3be41067"
["vdf2json.py"]="2f49f6f5d3af919bebaab2e9c220f397"
["funcs"]="44eca80b207057423c2d298cc7cf1e29"

View file

@ -1812,6 +1812,7 @@ class App(Gtk.Application):
is_steam_deck = False
is_game_mode = False
GLib.set_prgname(app_name)
self.win = OuterWindow(is_steam_deck, is_game_mode)
self.win.set_icon_name("dzgui")