diff options
author | Jaakko Keränen <jaakko.keranen@iki.fi> | 2022-01-16 14:07:46 +0200 |
---|---|---|
committer | Jaakko Keränen <jaakko.keranen@iki.fi> | 2022-01-16 14:07:46 +0200 |
commit | 388a762a0f79b75e0c5e5b24ecb8e764b105d50c (patch) | |
tree | 566629233049f11636d64c806262da3d183f22e7 /src/fontpack.c | |
parent | 731672c70665c7f24b416818a2137b5ee2e3ee19 (diff) |
Customizable navbar button actions
Diffstat (limited to 'src/fontpack.c')
-rw-r--r-- | src/fontpack.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fontpack.c b/src/fontpack.c index 79f35526..a440234e 100644 --- a/src/fontpack.c +++ b/src/fontpack.c | |||
@@ -818,7 +818,7 @@ const iArray *actions_FontPack(const iFontPack *d, iBool showInstalled) { | |||
818 | pushBack_Array( | 818 | pushBack_Array( |
819 | items, | 819 | items, |
820 | &(iMenuItem){ format_Lang(isEnabled ? close_Icon " ${fontpack.disable}" | 820 | &(iMenuItem){ format_Lang(isEnabled ? close_Icon " ${fontpack.disable}" |
821 | : leftArrowhead_Icon " ${fontpack.enable}", | 821 | : "${fontpack.enable}", |
822 | fpId), | 822 | fpId), |
823 | 0, | 823 | 0, |
824 | 0, | 824 | 0, |