fix(EditHistory): sensitive -> activatable

looks better than making them dim
This commit is contained in:
Evangelos Paterakis 2023-02-17 17:56:15 +02:00
parent bb83d60b4f
commit ce95d25d27
No known key found for this signature in database
GPG Key ID: FE5185F095BFC8C9
2 changed files with 2 additions and 2 deletions

View File

@ -61,7 +61,7 @@ public class Tooth.API.Account : Entity, Widgetizable {
});
}
return res;
return res;
}
public static Account from (Json.Node node) throws Error {

View File

@ -12,7 +12,7 @@ public class Tooth.Views.EditHistory : Views.Timeline {
var widget_status = widget as Widgets.Status;
widget_status.actions.visible = false;
widget_status.sensitive = false;
widget_status.activatable = false;
return widget;
}