Skip to content

Commit

Permalink
Update source/galaxy-flasher-gtk.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ethical_haquer committed Nov 15, 2024
1 parent 821b64f commit 41e5049
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions source/galaxy-flasher-gtk.py
Original file line number Diff line number Diff line change
Expand Up @@ -469,7 +469,7 @@ def set_selected_device(btn, device):
"command": lambda _: self.ft_plugin.selected_device(
self, device_number, len(devices)
),
"add-css-classes": ["suggested-action"],
"add_css_classes": ["suggested-action"],
},
{
"title": "Cancel",
Expand Down Expand Up @@ -532,7 +532,7 @@ def partition_toggled(button, row):
"command": lambda _: function(
self, selected_partitions
),
"add-css-classes": ["suggested-action"],
"add_css_classes": ["suggested-action"],
},
{
"title": "Cancel",
Expand Down Expand Up @@ -640,7 +640,7 @@ def display_done_flashing(self):
{
"title": "OK",
"command": lambda _: self.stack.set_visible_child_full("start", Gtk.StackTransitionType.SLIDE_RIGHT),
"add-css-classes": ["suggested-action"],
"add_css_classes": ["suggested-action"],
},
]

Expand Down Expand Up @@ -1640,4 +1640,4 @@ def do_activate(self):

if __name__ == "__main__":
app = GalaxyFlasherGtk(application_id="page.codeberg.ethicalhaquer.galaxyflasher")
app.run(sys.argv)
app.run(sys.argv)

0 comments on commit 41e5049

Please sign in to comment.