mirror of
https://github.com/redphx/better-xcloud.git
synced 2025-08-05 12:56:42 +02:00
Show lock icon in Default preset
This commit is contained in:
@@ -275,7 +275,7 @@ export function renderPresetsList<T extends PresetRecord>($select: HTMLSelectEle
|
||||
|
||||
// Render options
|
||||
const groups = {
|
||||
default: t('default'),
|
||||
default: t('default') + ' 🔒',
|
||||
custom: t('custom'),
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user