mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-17 15:46:14 +08:00
@@ -384,9 +384,7 @@ class PiliScheme {
|
||||
actions: [
|
||||
IconButton(
|
||||
tooltip: '前往',
|
||||
onPressed: () {
|
||||
_onPushDynDetail(path, off);
|
||||
},
|
||||
onPressed: () => _onPushDynDetail(path, off),
|
||||
icon: const Icon(Icons.open_in_new),
|
||||
),
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user