Skip to content

Commit

Permalink
Fix: Can not join internal test group
Browse files Browse the repository at this point in the history
  • Loading branch information
shenmo7192 committed Dec 9, 2024
1 parent 3a2d668 commit 98e47d1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion debian/changelog
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
dde-control-center (4.11.5) UNRELEASED; urgency=medium
dde-control-center (4.11.5-1) UNRELEASED; urgency=medium

* 尝试启用 Miracast 支持
* fix: https://gitee.com/GXDE-OS/GXDE/issues/IARME6
Expand All @@ -13,6 +13,7 @@ dde-control-center (4.11.5) UNRELEASED; urgency=medium
* 修复 无法连接蓝牙耳机
* adjust: 因garma现在支持复制,zenity --info 替换为 garma --info
* 调整分辨率设置文本
* Garma warning 行为错误,换成--question

-- gfdgd_xi <[email protected]> Sat, 07 Dec 2024 12:07:05 +0800

Expand Down
2 changes: 1 addition & 1 deletion tools/dde-control-center/join-testing-group.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ if check_is_installed gxde-testing-source ;then
exit
fi
else
garma --warning --text="${TRANSHELL_CONTENT_JOIN_TEST_DIALOG}"
garma --question --text="${TRANSHELL_CONTENT_JOIN_TEST_DIALOG}"
if [[ "$?" = "0" ]];then
gxde-app-installer gxde-testing-source
if ! check_is_installed gxde-testing-source ;then
Expand Down

0 comments on commit 98e47d1

Please sign in to comment.