mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-16 16:56:09 +03:00
apprt/gtk: setFontsize should have error
This commit is contained in:
@ -416,7 +416,7 @@ fn realize(self: *Surface) !void {
|
||||
|
||||
// If we have a font size we want, set that now
|
||||
if (self.font_size) |size| {
|
||||
self.core_surface.setFontSize(size);
|
||||
try self.core_surface.setFontSize(size);
|
||||
}
|
||||
|
||||
// Set the intial color scheme
|
||||
|
Reference in New Issue
Block a user