mirror of
https://github.com/redphx/better-xcloud.git
synced 2025-08-06 13:18:27 +02:00
Update script in app when clicking on the "Version x available" button
This commit is contained in:
@@ -32,7 +32,7 @@ const ButtonStyleClass = {
|
||||
[ButtonStyle.NORMAL_LINK]: 'bx-normal-link',
|
||||
}
|
||||
|
||||
type BxButton = {
|
||||
export type BxButton = {
|
||||
style?: ButtonStyle;
|
||||
url?: string;
|
||||
classes?: string[];
|
||||
|
Reference in New Issue
Block a user