[Mods] Properly close card art rules tab on disconnect

This commit is contained in:
Lukas Brübach 2026-08-30 09:59:00 +02:00
parent 83833f4684
commit 1d5a4a1b7d
5 changed files with 28 additions and 1 deletions

View file

@ -21,6 +21,7 @@ public:
[[nodiscard]] virtual bool getTabLogOpen() const = 0;
[[nodiscard]] virtual bool getTabReportOpen() const = 0;
[[nodiscard]] virtual bool getTabModerationOpen() const = 0;
[[nodiscard]] virtual bool getTabCardArtRulesOpen() const = 0;
};
#endif // COCKATRICE_INTERFACE_TABS_SETTINGS_PROVIDER_H