Merge branch 'Alexays:master' into master

This commit is contained in:
Sonter
2024-08-21 19:14:32 +03:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@ -54,7 +54,7 @@ class BarIpcClient;
}
#endif // HAVE_SWAY
class Bar {
class Bar : public sigc::trackable {
public:
using bar_mode_map = std::map<std::string, struct bar_mode>;
static const bar_mode_map PRESET_MODES;