Skip to content

Commit

Permalink
Merge pull request #1097 from Chilledheart/gtk4_fix_icon_name
Browse files Browse the repository at this point in the history
  • Loading branch information
Chilledheart authored Sep 17, 2024
2 parents cc3d14b + f598929 commit f2217b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/gtk4/yass.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ ABSL_FLAG(bool, background, false, "start up background");

YASSApp* mApp = nullptr;

static const char* kAppId = "io.github.Chilledheart.yass";
static const char* kAppId = "io.github.chilledheart.yass";
static const char* kAppName = YASS_APP_PRODUCT_NAME;

extern "C" {
Expand Down
2 changes: 1 addition & 1 deletion src/gtk4/yass_window.ui
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<child type="end">
<object class="GtkMenuButton" id="gears">
<property name="direction">none</property>
<property name="icon-name">io.github.Chilledheart.yass</property>
<property name="icon-name">io.github.chilledheart.yass</property>
</object>
</child>
</object>
Expand Down

0 comments on commit f2217b3

Please sign in to comment.