mirror of
https://github.com/sky-systems/sky_phone.git
synced 2026-09-04 17:23:25 +00:00
ADD - Graphics modes and new phone frames
Introduces Graphics Mode settings to toggle between "Performance" (blur-free) and "Ultimate" (full effects) to optimize CEF rendering. Expands device customization with ten new phone frames, standardizes 24-hour time formatting across all apps, and updates the build target to Chrome 103 for better compatibility.
This commit is contained in:
@@ -1530,6 +1530,13 @@ const defaultLocales: LocaleTree = {
|
||||
notificationVolume: 'Notification Volume',
|
||||
ringtone: 'Ringtone',
|
||||
notificationSound: 'Notification Sound',
|
||||
graphicsMode: 'Graphics Mode',
|
||||
performanceMode: 'Performance Mode',
|
||||
performanceModeDescription:
|
||||
'Blur-free glass simulation for better CEF performance',
|
||||
ultimateMode: 'Ultimate Mode',
|
||||
ultimateModeDescription:
|
||||
'Full blur and glass effects for compatible FiveM clients',
|
||||
appearanceMode: 'Appearance Mode',
|
||||
automatic: 'Automatic',
|
||||
light: 'Light',
|
||||
@@ -1617,7 +1624,17 @@ const defaultLocales: LocaleTree = {
|
||||
blue: 'Blue',
|
||||
green: 'Green',
|
||||
lavender: 'Lavender',
|
||||
red: 'Red',
|
||||
white: 'White',
|
||||
orange: 'Orange',
|
||||
yellow: 'Yellow',
|
||||
lime: 'Lime',
|
||||
teal: 'Teal',
|
||||
cyan: 'Cyan',
|
||||
purple: 'Purple',
|
||||
pink: 'Pink',
|
||||
gold: 'Gold',
|
||||
rgb: 'RGB',
|
||||
},
|
||||
ringtones: {
|
||||
skyline: 'Skyline',
|
||||
|
||||
Reference in New Issue
Block a user