File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed
src/pages/PrinterPage/components/AdjustSheets Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ import { useInsets } from '@/features/insets/contexts/InsetsContext';
3333import { getAvailablePageSizes } from '@/features/print/utils/paperSize' ;
3434import { type SyncStateOptions , syncState } from '@/hooks/syncState' ;
3535import { usePreferredDarkMode } from '@/hooks/usePreferredDarkMode' ;
36- import { maybeAndroid , maybeChrome } from '@/utils/platform' ;
36+ import { maybeAndroid } from '@/utils/platform' ;
3737import { mergeMultiSxProps } from '@/utils/suid' ;
3838import { useConfig } from '../../contexts/ConfigContext' ;
3939import type { PrintConfig } from '../../types/config' ;
@@ -211,11 +211,9 @@ export default function AdjustSheets(props: AdjustSheetsProps) {
211211 >
212212 < For each = { getAvailablePageSizes ( ) } > { ( size ) => < MenuItem value = { size } > { size } </ MenuItem > } </ For >
213213 </ Select >
214- < Show when = { ! maybeChrome || maybeAndroid } >
215- < FormHelperText id = "adjust-panel__size__helper" >
216- 您可能需要在“打印”窗口中同时更改“纸张尺寸”才能正确打印。
217- </ FormHelperText >
218- </ Show >
214+ < FormHelperText id = "adjust-panel__size__helper" >
215+ 您可能需要在“打印”窗口中同时更改“纸张尺寸”才能正确打印。
216+ </ FormHelperText >
219217 </ FormControl >
220218 </ ListItem >
221219 < ListItem >
You can’t perform that action at this time.
0 commit comments