reorder the button display order

This commit is contained in:
MaysWind
2026-03-11 01:08:11 +08:00
parent 13488efdaf
commit dd63500202
4 changed files with 38 additions and 38 deletions
@@ -11,8 +11,8 @@ import { type BrowserCacheStatistics } from '@/core/cache.ts';
import {
loadBrowserCacheStatistics,
updateMapCacheExpiration,
clearMapDataCache,
clearApplicationCodeCache,
clearMapDataCache,
clearAllBrowserCaches
} from '@/lib/cache.ts';
@@ -115,8 +115,8 @@ export function useAppBrowserCacheSettingPageBase() {
exchangeRatesDataCacheExpiration,
// functions
loadCacheStatistics,
clearMapDataCache,
clearApplicationCodeCache,
clearMapDataCache,
clearAllBrowserCaches,
clearExchangeRatesDataCache
};