diff options
author | Aylur <[email protected]> | 2024-11-01 14:01:05 +0000 |
---|---|---|
committer | Aylur <[email protected]> | 2024-11-01 14:01:05 +0000 |
commit | df4c505097b0394d1a75565c2a5e8b47837c3050 (patch) | |
tree | 7e945e57131c64fdf3a92170d59cbbb11efe80a9 /lib/apps/application.vala | |
parent | 0608b6b8aebb3d85993411b6c07f2850c404bd29 (diff) |
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
Diffstat (limited to 'lib/apps/application.vala')
-rw-r--r-- | lib/apps/application.vala | 3 |
1 files changed, 3 insertions, 0 deletions
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. |