Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
deltakosh committed Oct 28, 2021
1 parent ac84525 commit e6929dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Playground/src/tools/utilities.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ export class Utilities {
}

return true;
};
}

public static SwitchLanguage(language: string, globalState: GlobalState, force?: boolean) {
if (force || window.confirm("Are you sure you want to switch the language (You will lose your current project if it was not saved before)?")) {
Expand Down

0 comments on commit e6929dc

Please sign in to comment.