Add file download function

This commit is contained in:
2022-04-23 23:28:11 +08:00
parent 980d8afa3c
commit 03f0b9fd16
10 changed files with 146 additions and 60 deletions
+1 -1
View File
@@ -123,7 +123,7 @@ class HeaderWindowsAction extends Component<IMixinElectronProps> {
* 头部信息栏
*/
@useSettingWithEvent("language")
@useStatusWithEvent("fileSave")
@useStatusWithEvent("fileSave", "fileChange", "fileLoad")
class HeaderBar extends Component<IHeaderBarProps & IMixinStatusProps & IMixinSettingProps> {
public render(): ReactNode {