mirror of
https://github.com/AdnanHodzic/auto-cpufreq.git
synced 2025-07-23 13:45:10 +02:00
fix: rectify window icon under Wayland (#841)
Set the correct desktop filename to fix window icon under Wayland.
This commit is contained in:
parent
ad6e313dab
commit
3ffbee11df
@ -6,7 +6,7 @@ from gi.repository import Gtk, GLib
|
||||
from auto_cpufreq.gui.app import ToolWindow
|
||||
|
||||
def main():
|
||||
GLib.set_prgname("auto-cpufreq")
|
||||
GLib.set_prgname("auto-cpufreq-gtk")
|
||||
win = ToolWindow()
|
||||
win.connect("destroy", Gtk.main_quit)
|
||||
win.show_all()
|
||||
|
Loading…
x
Reference in New Issue
Block a user