Skip to content

Commit

Permalink
PartitionBar: make sure we get click events
Browse files Browse the repository at this point in the history
  • Loading branch information
danirabbit committed May 7, 2024
1 parent 93df033 commit c7abb03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Widgets/PartitionBar.vala
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Authored by: Michael Aaron Murphy <[email protected]>
*/

public class Installer.PartitionBar : Gtk.Box {
public class Installer.PartitionBar : Gtk.EventBox {
public signal void decrypted (InstallerDaemon.LuksCredentials credential);

public Icon? icon { get; set; default = null; }
Expand Down

0 comments on commit c7abb03

Please sign in to comment.