mirror of
https://github.com/redphx/better-xcloud.git
synced 2025-06-03 06:07:19 +02:00
Show lock icon in Default preset
This commit is contained in:
parent
f0e4d4b8d0
commit
3230b99a05
@ -62,6 +62,7 @@ div.bx-select {
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
min-height: 15px;
|
||||
|
||||
span {
|
||||
display: block;
|
||||
@ -70,6 +71,8 @@ div.bx-select {
|
||||
text-align: left;
|
||||
line-height: initial;
|
||||
white-space: pre;
|
||||
min-height: 15px;
|
||||
align-content: center;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -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'),
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user