Logo
Explore Help
Sign In
1berry/upscayl
1
0
Fork 0
You've already forked upscayl
Code Issues Packages Projects Releases Wiki Activity
upscayl/renderer/components/main-content/mac-titlebar-drag-region.tsx

8 lines
207 B
TypeScript
Raw Permalink Normal View History

Refactor Renderer Code (#987) * Initial refactor * Remove unused imports * Update code * Refactor and Update Code - Change file names to kebab-caase - Add new useTranslation Hook - Change useLog hook name to useLogger - Update translation hook to provide autocomplete * Update import and component name * Rename files and components * Update locales * Update electron commands * Update var * Change Lowercase * Replace filter with map * Add props * Update flag check * Add validate paths * Update formats * Update import * Update function * Update function and translation * Update handlePaste
2024-10-04 14:45:54 +05:30
const MacTitlebarDragRegion = () => {
return window.electron.platform === "mac" ? (
<div className="mac-titlebar absolute top-0 h-8 w-full"></div>
) : null;
};
export default MacTitlebarDragRegion;
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.8 Page: 546ms Template: 13ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API