Browse Source

Update Sophia.psm1

pull/174/head
Dmitry Nefedov 4 years ago
committed by GitHub
parent
commit
0bb15dad72
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      Sophia/LTSC/Sophia.psm1

4
Sophia/LTSC/Sophia.psm1

@ -6828,7 +6828,7 @@ while (`$true)
<selection id="""30""" content="""$($Localization.HalfHour)""" />
<selection id="""240""" content="""$($Localization.FourHours)""" />
</input>
<action activationType="""system""" arguments="""snooze""" hint-inputId="""SnoozeTimer""" content="" id="""test-snooze"""/>
<action activationType="""system""" arguments="""snooze""" hint-inputId="""SnoozeTimer""" content="""""" id="""test-snooze"""/>
<action arguments="""WindowsCleanup:""" content="""$($Localization.Run)""" activationType="""protocol"""/>
<action arguments="""dismiss""" content="""""" activationType="""system"""/>
</actions>
@ -9047,4 +9047,4 @@ function Errors
}
} | Sort-Object -Property Line | Format-Table -AutoSize -Wrap | Out-String).Trim()
}
}
}

Loading…
Cancel
Save