Update screenshot's prompt glygh

This commit is contained in:
redphx 2024-12-23 09:25:04 +07:00
parent b143083bdd
commit c0d61a46c6
2 changed files with 2 additions and 2 deletions

View File

@ -186,7 +186,7 @@ var GamepadKeyName = {
202: ["Right Stick Left", "↽"], 202: ["Right Stick Left", "↽"],
203: ["Right Stick Right", "⇁"], 203: ["Right Stick Right", "⇁"],
204: ["Right Stick", "⇲"], 204: ["Right Stick", "⇲"],
17: ["Screenshot", "📸"] 17: ["Screenshot", ""]
}; };
class BxEventBus { class BxEventBus {
listeners = new Map; listeners = new Map;

View File

@ -32,5 +32,5 @@ export enum PrompFont {
RS_LEFT = '↽', RS_LEFT = '↽',
RS_RIGHT = '⇁', RS_RIGHT = '⇁',
SHARE = '📸', SHARE = '',
} }