Merge branch 'dev' of http://192.168.1.9:3000/SW/DCMV into dev

This commit is contained in:
sunwen
2025-06-04 16:02:08 +08:00

View File

@@ -90,8 +90,9 @@ void DefaultToolBar::initToolBarButtons() {
setMovable(false);
addButton(mBtnFile, "file");
addButton(mBtnImport, "import");
addButton(mBtnSave, "save");
auto actionSave = addButton(mBtnSave, "save");
mBtnSave->setEnabled(false);
actionSave->setVisible(false);
addSeparator();