Add model archive function

This commit is contained in:
2022-04-23 19:52:56 +08:00
parent 74bda21072
commit 430d8a7254
7 changed files with 213 additions and 49 deletions
+1 -1
View File
@@ -123,7 +123,7 @@ class HeaderWindowsAction extends Component<IMixinElectronProps> {
* 头部信息栏
*/
@useSettingWithEvent("language")
@useStatusWithEvent("fileChange")
@useStatusWithEvent("fileSave")
class HeaderBar extends Component<IHeaderBarProps & IMixinStatusProps & IMixinSettingProps> {
public render(): ReactNode {