mirror of
https://github.com/redphx/better-xcloud.git
synced 2025-08-02 11:26:46 +02:00
Add a link for MKB's note
This commit is contained in:
@@ -6736,7 +6736,10 @@ class Preferences {
|
||||
'ready': () => {
|
||||
const pref = Preferences.SETTINGS[Preferences.MKB_ENABLED];
|
||||
const note = __(pref.unsupported ? 'browser-unsupported-feature' : 'mkb-disclaimer');
|
||||
Preferences.SETTINGS[Preferences.MKB_ENABLED].note = '⚠️ ' + note;
|
||||
Preferences.SETTINGS[Preferences.MKB_ENABLED].note = CE('a', {
|
||||
href: 'https://github.com/redphx/better-xcloud/issues/206#issuecomment-1920475657',
|
||||
target: '_blank',
|
||||
}, '⚠️ ' + note);
|
||||
},
|
||||
},
|
||||
|
||||
|
Reference in New Issue
Block a user