Merge pull request #22 from utox39/feat/window-manager
fix(macos-wm): fix wrong array size
This commit is contained in:
@@ -155,7 +155,7 @@ pub fn getWindowManagerInfo(allocator: std.mem.Allocator) ![]const u8 {
|
||||
|
||||
var wm_name: ?[]const u8 = null;
|
||||
|
||||
const supported_wms: [7][]const u8 = .{
|
||||
const supported_wms: [6][]const u8 = .{
|
||||
"aerospace",
|
||||
"amethyst",
|
||||
"chunkwm",
|
||||
|
||||
Reference in New Issue
Block a user