mirror of
https://github.com/wanghongenpin/proxypin.git
synced 2026-05-20 16:15:47 +08:00
Desktop Generate new root certificate (#185)
This commit is contained in:
@@ -170,7 +170,7 @@ Future<T?> showConfirmDialog<T>(BuildContext context, {String? title, String? co
|
||||
context: context,
|
||||
builder: (context) {
|
||||
return AlertDialog(
|
||||
title: Text(title!),
|
||||
title: Text(title!, style: const TextStyle(fontSize: 16, fontWeight: FontWeight.bold)),
|
||||
content: Text(content!),
|
||||
actions: [
|
||||
TextButton(
|
||||
|
||||
Reference in New Issue
Block a user