Logo
Explore Help
Sign In
1berry/upscayl
1
0
Fork 0
You've already forked upscayl
Code Issues Packages Projects Releases Wiki Activity
upscayl/common/feature-flags.ts

10 lines
198 B
TypeScript
Raw Normal View History

Fix build
2023-10-25 17:14:22 +05:30
type FeatureFlags = {
APP_STORE_BUILD: boolean;
Add mas build
2023-11-02 20:33:21 +05:30
SHOW_UPSCAYL_CLOUD_INFO: boolean;
Fix build
2023-10-25 17:14:22 +05:30
};
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
export const FEATURE_FLAGS: FeatureFlags = {
Update feature flags and build version
2024-01-15 20:05:09 +05:30
APP_STORE_BUILD: false,
Add mas build
2023-11-02 20:33:21 +05:30
SHOW_UPSCAYL_CLOUD_INFO: false,
Fix build
2023-10-25 17:14:22 +05:30
};
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.8 Page: 54ms Template: 3ms
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