Merge branch 'hotfix/3.5.2'
This commit is contained in:
commit
4d2bdaa0bd
@ -152,8 +152,6 @@ namespace modules {
|
||||
|
||||
bool input(const string& action, const string& data);
|
||||
|
||||
static constexpr auto TYPE = "";
|
||||
|
||||
protected:
|
||||
void broadcast();
|
||||
void idle();
|
||||
|
@ -48,7 +48,7 @@ namespace modules {
|
||||
|
||||
template <typename Impl>
|
||||
string module<Impl>::type() const {
|
||||
return string(module<Impl>::TYPE);
|
||||
return string(Impl::TYPE);
|
||||
}
|
||||
|
||||
template <typename Impl>
|
||||
|
@ -1,4 +1,4 @@
|
||||
# Polybar version information
|
||||
# Update this on every release
|
||||
# This is used to create the version string if a git repo is not available
|
||||
3.5.1
|
||||
3.5.2
|
||||
|
Loading…
Reference in New Issue
Block a user