Skip to content

Commit

Permalink
Merge pull request #83 from swsnr/fix-add-device-button-on-startpage
Browse files Browse the repository at this point in the history
Fix disabled add device button on startpage
  • Loading branch information
swsnr authored Jan 9, 2025
2 parents 914f785 + 974c6e2 commit 35ea450
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion resources/ui/turnon-application-window.blp
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ template $TurnOnApplicationWindow: Adw.ApplicationWindow {

Gtk.Button {
label: C_("application-window.status-page.button.label", "Add new device");
action-name: "win.add-device";
action-name: "app.add-device";

styles [
"pill",
Expand Down
2 changes: 1 addition & 1 deletion resources/ui/turnon-application-window.ui
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ corresponding .blp file and regenerate this file with blueprint-compiler.
<child>
<object class="GtkButton">
<property name="label" translatable="yes" context="application-window.status-page.button.label">Add new device</property>
<property name="action-name">win.add-device</property>
<property name="action-name">app.add-device</property>
<style>
<class name="pill"/>
<class name="suggested-action"/>
Expand Down
Binary file modified screenshots/social-image.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified screenshots/start-page.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 35ea450

Please sign in to comment.