fix: app restart & crashes on macOS

This commit is contained in:
AlexeyZavar
2026-03-02 17:56:38 +03:00
parent 4ea9355f5f
commit dfc6718bea
5 changed files with 19 additions and 10 deletions
@@ -92,6 +92,9 @@ void BuildAppIcon(SectionBuilder &builder, AyuSectionBuilder &ayu) {
builder.addSkip();
builder.addDividerText(tr::ayu_HideNotificationBadgeDescription());
builder.addSkip();
#else
builder.addDivider();
builder.addSkip();
#endif
}