mirror of
https://github.com/NecroticBamboo/QRBee.git
synced 2025-12-21 12:11:53 +00:00
QR format changed.
This commit is contained in:
parent
c4d1013397
commit
7f4191bcc2
@ -64,7 +64,7 @@ namespace QRBee.ViewModels
|
||||
|
||||
public async void OnGenerateQrClicked(object obj)
|
||||
{
|
||||
QrCode = $"{Name}.{Amount}.{DateTime.Now}";
|
||||
QrCode = $"{Name}.{Amount:0.00}.{DateTime.UtcNow:O}";
|
||||
// Prefixing with `//` switches to a different navigation stack instead of pushing to the active one
|
||||
// await Shell.Current.GoToAsync($"//{nameof(AboutPage)}");
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user