mirror of
https://github.com/Snigdha-OS/snigdhaos-welcome.git
synced 2025-09-21 22:44:57 +02:00
chg message
This commit is contained in:
@@ -298,12 +298,12 @@ class Main(Gtk.Window):
|
|||||||
flags=0,
|
flags=0,
|
||||||
message_type=Gtk.MessageType.WARNING,
|
message_type=Gtk.MessageType.WARNING,
|
||||||
buttons=Gtk.ButtonsType.NONE,
|
buttons=Gtk.ButtonsType.NONE,
|
||||||
text="%s was not found" % "gparted",
|
text="%s was not found 😐" % "GParted",
|
||||||
title="Warning",
|
title="Package Not Found ❌",
|
||||||
)
|
)
|
||||||
md.add_buttons("Yes", 1)
|
md.add_buttons("Yes", 1)
|
||||||
md.add_buttons("No", 0)
|
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()
|
response = md.run()
|
||||||
md.destroy()
|
md.destroy()
|
||||||
|
|
||||||
@@ -357,12 +357,12 @@ class Main(Gtk.Window):
|
|||||||
flags=0,
|
flags=0,
|
||||||
message_type=Gtk.MessageType.WARNING,
|
message_type=Gtk.MessageType.WARNING,
|
||||||
buttons=Gtk.ButtonsType.NONE,
|
buttons=Gtk.ButtonsType.NONE,
|
||||||
text="%s was not found\n" % "arandr",
|
text="%s was not found 😐\n" % "Arandr",
|
||||||
title="Warning",
|
title="Package Not Found ❌",
|
||||||
)
|
)
|
||||||
md.add_buttons("Yes", 1)
|
md.add_buttons("Yes", 1)
|
||||||
md.add_buttons("No", 0)
|
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()
|
response = md.run()
|
||||||
md.destroy()
|
md.destroy()
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user