Skip to content

Commit

Permalink
fix: change the default compressLevel
Browse files Browse the repository at this point in the history
change the default compressLevel to store

Log: change the default compressLevel
Bug: https://pms.uniontech.com/bug-view-270031.html
  • Loading branch information
add-uos authored and deepin-bot[bot] committed Aug 23, 2024
1 parent 401e2e5 commit 4a779db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/source/page/compresssettingpage.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ void CompressSettingPage::initUI()
// 添加压缩方式
m_pCompressLevelCmb->addItems(listCompressLevel);

m_pCompressLevelCmb->setCurrentIndex(2);
m_pCompressLevelCmb->setCurrentIndex(0);

// 设置CPU线程数
QStringList listCpuThread = QStringList() << tr("Single thread") << tr("2 threads") << tr("4 threads") << tr("8 threads");
Expand Down

0 comments on commit 4a779db

Please sign in to comment.