update homebrew menu when app is installed from the appstore, add same effect to a few other menus (unused).

This commit is contained in:
ITotalJustice
2025-06-07 13:03:44 +01:00
parent 16c074db1a
commit 04f6e5d2a8
9 changed files with 116 additions and 21 deletions

View File

@@ -81,6 +81,8 @@ enum OrderType {
using LayoutType = grid::LayoutType;
void SignalChange();
struct Menu final : grid::Menu {
Menu(u32 flags);
~Menu();