From 1f2ee15ddafb57f75758da62e3a25dfc190c76bd Mon Sep 17 00:00:00 2001 From: renbin Date: Tue, 24 Sep 2024 14:51:33 +0800 Subject: [PATCH] style: update comment As title. Log: Update comment. --- src/src.pro | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/src.pro b/src/src.pro index 193f1cd1..7dcfa962 100755 --- a/src/src.pro +++ b/src/src.pro @@ -32,8 +32,8 @@ DEFINES += APP_VERSION=\\\"$$VERSION\\\" # TODO: Adapt to the new version of Wayland interface or use PipeWire in the future if ( !equals(SYS_EDITION, "") || equals(SYS_VERSION, 2500) || greaterThan(SYS_VERSION, 2500) ) { - # Community edition - message("Community") + # Community edition or latest edition + message("Community / 2500") DEFINES += DDE_START_FLAGE_ON message("startdde support: OK!!!")