File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
src/app/SystemFolder/SystemResources/AboutWindow Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 11import appearanceManagerStyles from '@/app/SystemFolder/ControlPanels/AppearanceManager/AppearanceManager.module.scss'
22import ClassicyButton from '@/app/SystemFolder/SystemResources/Button/ClassicyButton'
33import ClassicyWindow from '@/app/SystemFolder/SystemResources/Window/ClassicyWindow'
4+ import { ClassicyMenuItem } from '@/app/SystemFolder/SystemResources/Menu/ClassicyMenu'
45
56type ClassicyAboutWindowProps = {
67 appId : string
78 appName : string
89 appIcon : string
910 hideFunc : any
10- appMenu ?: any
11+ appMenu ?: ClassicyMenuItem [ ]
1112}
1213export const getClassicyAboutWindow = ( props : ClassicyAboutWindowProps ) => {
1314 return < ClassicyAboutWindow { ...props } />
You can’t perform that action at this time.
0 commit comments