forked from quickshell/quickshell
ci: run lints and test compile on arch
This commit is contained in:
parent
9b409c0e38
commit
e957e88ccb
8 changed files with 86 additions and 28 deletions
|
@ -626,7 +626,8 @@ start:
|
|||
if (next == EncodedLogOpcode::RegisterCategory) {
|
||||
if (!this->registerCategory()) return false;
|
||||
goto start;
|
||||
} else if (next == EncodedLogOpcode::RecentMessageShort || next == EncodedLogOpcode::RecentMessageLong)
|
||||
} else if (next == EncodedLogOpcode::RecentMessageShort
|
||||
|| next == EncodedLogOpcode::RecentMessageLong)
|
||||
{
|
||||
quint8 index = 0;
|
||||
quint32 secondDelta = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue