fix: 🐛 use correct quarter layout id

This commit is contained in:
Mikhail Zolotukhin 2021-09-29 02:37:21 +03:00
parent 3b2152e811
commit d196853941

View File

@ -518,10 +518,9 @@ export class SetFloatingLayout extends SetCurrentLayout {
export class SetQuarterLayout extends SetCurrentLayout {
constructor(protected engine: Engine) {
// NOTE: space is intentional (Temporary)
super(
engine,
"QuarterLayout ",
"QuarterLayout",
"toggle_quarter_layout",
"Toggle Quarter Layout",
""