We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9b2ae5 commit 340574eCopy full SHA for 340574e
src/apprt/gtk/settings.zig
@@ -29,7 +29,7 @@ pub const Settings = struct {
29
app_id,
30
@intFromBool(false),
31
) orelse {
32
- log.info("GSettings schema '{s}' not installed, window state will not persist", .{app_id});
+ log.warn("GSettings schema '{s}' not installed, window state will not persist", .{app_id});
33
return .{ .settings = null };
34
};
35
defer schema.unref();
0 commit comments