Skip to content

Commit f120d01

Browse files
committed
fix: fix disabled wired network card display issue
Changed ENABLE_DEEPIN_NMQT option from OFF to ON to enable nmqt patch functionality This resolves the issue where disabled wired network cards were incorrectly being displayed The nmqt patch provides proper handling of network interface status and filtering Influence: 1. Test network interface list display to verify disabled wired cards are hidden 2. Check network status monitoring functionality 3. Verify network connection management operations 4. Test with multiple network interfaces in different states fix: 修复禁用的有线网卡显示问题 将 ENABLE_DEEPIN_NMQT 选项从 OFF 改为 ON 以启用 nmqt 补丁功能 这解决了禁用有线网卡错误显示的问题 nmqt 补丁提供了正确的网络接口状态处理和过滤 Influence: 1. 测试网络接口列表显示,验证禁用有线网卡是否被正确隐藏 2. 检查网络状态监控功能 3. 验证网络连接管理操作 4. 测试不同状态下多个网络接口的情况 PMS: BUG-312421
1 parent ff35734 commit f120d01

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ project(dde-network-core
88
LANGUAGES CXX C
99
)
1010

11-
option(ENABLE_DEEPIN_NMQT "enable nmqt patch on deepin" OFF)
11+
option(ENABLE_DEEPIN_NMQT "enable nmqt patch on deepin" ON)
1212
option(BUILD_TESTS "Build unit tests" OFF)
1313

1414
set(DDE-Network-Core_INCLUDE_DIRS "${CMAKE_SOURCE_DIR}/src-old")

0 commit comments

Comments
 (0)