From df4c505097b0394d1a75565c2a5e8b47837c3050 Mon Sep 17 00:00:00 2001 From: Aylur Date: Fri, 1 Nov 2024 14:01:05 +0000 Subject: apps: remove redundant properties there is no need for the enable properties since setting the multiplier to a non zero or zero value is the same thing --- lib/apps/application.vala | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lib/apps/application.vala') diff --git a/lib/apps/application.vala b/lib/apps/application.vala index 75b47e9..3a9900a 100644 --- a/lib/apps/application.vala +++ b/lib/apps/application.vala @@ -1,3 +1,6 @@ +/** + * Object representing an applications .desktop file. + */ public class AstalApps.Application : Object { /** * The underlying DesktopAppInfo. -- cgit v1.2.3