chg message

This commit is contained in:
Eshan Roy (Eshanized)
2024-02-23 09:04:13 +05:30
parent 6aee82ec61
commit 46d4e72d44

View File

@@ -298,12 +298,12 @@ class Main(Gtk.Window):
flags=0,
message_type=Gtk.MessageType.WARNING,
buttons=Gtk.ButtonsType.NONE,
text="%s was not found" % "gparted",
title="Warning",
text="%s was not found 😐" % "GParted",
title="Package Not Found ❌",
)
md.add_buttons("Yes", 1)
md.add_buttons("No", 0)
md.format_secondary_markup("Install the package?")
md.format_secondary_markup("Do you want to install the package now❔")
response = md.run()
md.destroy()
@@ -357,12 +357,12 @@ class Main(Gtk.Window):
flags=0,
message_type=Gtk.MessageType.WARNING,
buttons=Gtk.ButtonsType.NONE,
text="%s was not found\n" % "arandr",
title="Warning",
text="%s was not found 😐\n" % "Arandr",
title="Package Not Found ❌",
)
md.add_buttons("Yes", 1)
md.add_buttons("No", 0)
md.format_secondary_markup("Let Snigdha OS - Welcome install it ?")
md.format_secondary_markup("Do you want to install the package now ❔")
response = md.run()
md.destroy()