Merge pull request #1952 from kareigu/gtk_fix_inspector_menu_button
Fix GTK terminal inspector menu buttonpull/1954/head
commit
00b1851191
|
|
@ -358,7 +358,7 @@ fn syncActionAccelerators(self: *App) !void {
|
|||
try self.syncActionAccelerator("app.quit", .{ .quit = {} });
|
||||
try self.syncActionAccelerator("app.open_config", .{ .open_config = {} });
|
||||
try self.syncActionAccelerator("app.reload_config", .{ .reload_config = {} });
|
||||
try self.syncActionAccelerator("app.toggle_inspector", .{ .inspector = .toggle });
|
||||
try self.syncActionAccelerator("win.toggle_inspector", .{ .inspector = .toggle });
|
||||
try self.syncActionAccelerator("win.close", .{ .close_surface = {} });
|
||||
try self.syncActionAccelerator("win.new_window", .{ .new_window = {} });
|
||||
try self.syncActionAccelerator("win.new_tab", .{ .new_tab = {} });
|
||||
|
|
|
|||
Loading…
Reference in New Issue