mirror of
https://github.com/voideditor/void
synced 2026-05-24 01:48:25 +00:00
No X button
This commit is contained in:
parent
ec2ae0e190
commit
995f39b61f
1 changed files with 2 additions and 2 deletions
|
|
@ -23,7 +23,7 @@ const notifyYesUpdate = (notifService: INotificationService, res: { message?: st
|
|||
severity: Severity.Info,
|
||||
message: message,
|
||||
sticky: true,
|
||||
source: 'Void Team',
|
||||
progress: { worked: 0, total: 100 },
|
||||
actions: {
|
||||
primary: [{
|
||||
id: 'void.updater.update',
|
||||
|
|
@ -39,7 +39,7 @@ const notifyYesUpdate = (notifService: INotificationService, res: { message?: st
|
|||
{
|
||||
id: 'void.updater.site',
|
||||
enabled: true,
|
||||
label: `Visit Site`,
|
||||
label: `Void Site`,
|
||||
tooltip: '',
|
||||
class: undefined,
|
||||
run: () => {
|
||||
|
|
|
|||
Loading…
Reference in a new issue