linter errors

pull/9890/head
rhodes-b 2025-12-13 00:14:48 -06:00
parent 7ae79b5ae4
commit 3d95804200
2 changed files with 1 additions and 3 deletions

View File

@ -1009,9 +1009,8 @@ pub const Surface = extern struct {
const priv = self.private();
priv.read_only = !priv.read_only;
self.as(gobject.Object).notifyByPspec(
properties.@"read-only".impl.param_spec
properties.@"read-only".impl.param_spec,
);
log.info("read only state {}", .{priv.read_only});
return true;
}

View File

@ -168,7 +168,6 @@ Overlay terminal_page {
valign: start;
margin-end: 15;
margin-top: 15;
always-show-arrow: false;
direction: none;
label: _("Read-only");