Skip to content

Commit

Permalink
Fixed bbcode and styles in profile removal dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
insomnious committed Jan 25, 2024
1 parent f2408e2 commit 957d89b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/extensions/profile_management/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -622,9 +622,10 @@ function unmanageGame(api: IExtensionApi, gameId: string, gameName?: string): Pr
bbcode: 'This will uninstall all mods managed by vortex and delete all profiles '
+ 'for "{{gameName}}", '
+ 'potentially including associated savegames, ini files and everything else Vortex '
+ 'stores per-profile.<br/>'
+ '[color=red]This is irreversible and we will not warn again, continue only if '
+ 'you\'re sure this is what you want![/color]',
+ 'stores per-profile.'
+ '[br][/br][br][/br]'
+ '[style=dialog-danger-text]This is irreversible and we will not warn again, continue only if '
+ 'you\'re sure this is what you want![/style]',
message,
parameters: {
gameName: game?.name ?? gameName ?? api.translate('<Missing game>'),
Expand Down

0 comments on commit 957d89b

Please sign in to comment.