Update main.py

This commit is contained in:
Alperen İsa Nalbant 2022-05-15 16:14:36 +03:00 committed by GitHub
parent 94819e94d1
commit 8b9c936516
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 5 deletions

View File

@ -8,10 +8,10 @@ Handy.init()
class MyWindow(Handy.Window):
def __init__(self):
super().__init__(title="TeTeOS.Net")
self.set_title("TeTeOS.Net")
GLib.set_application_name("TeTeOS.Net")
GLib.set_prgname('TeTeOS.net')
super().__init__(title="Tarayıcı")
self.set_title("Tarayıcı")
GLib.set_application_name("Tarayıcı")
GLib.set_prgname('Tarayıcı')
self.main_box = Gtk.Box(
spacing = 6,