fix: add newly introduced parameter for App.start function to all corresponding usages
This commit is contained in:
@@ -209,7 +209,7 @@ pub fn main() !void {
|
||||
}, text_styles.element()), .enabled(.white, true));
|
||||
try container.append(try App.Container.init(allocator, .{}, scrollable.element()));
|
||||
|
||||
try app.start();
|
||||
try app.start(.full);
|
||||
defer app.stop() catch |err| log.err("Failed to stop application: {any}", .{err});
|
||||
|
||||
// event loop
|
||||
|
||||
Reference in New Issue
Block a user