mirror of
https://github.com/Bismuth-Forge/bismuth.git
synced 2024-11-04 13:37:43 +03:00
fix: 🐛 use correct quarter layout id
This commit is contained in:
parent
3b2152e811
commit
d196853941
@ -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",
|
||||
""
|
||||
|
Loading…
Reference in New Issue
Block a user