mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2025-12-17 23:34:24 +01:00
fix
- range error when no upgradeable - remove auto input pwd when apt pwd request
This commit is contained in:
@@ -282,8 +282,14 @@ class _MyHomePageState extends State<MyHomePage>
|
||||
UrlText(
|
||||
text: s.aboutThanks,
|
||||
),
|
||||
const UrlText(text: rainSunMeGithub, replace: 'RainSunMe',),
|
||||
const UrlText(text: fectureGithub, replace: 'fecture',)
|
||||
const UrlText(
|
||||
text: rainSunMeGithub,
|
||||
replace: 'RainSunMe',
|
||||
),
|
||||
const UrlText(
|
||||
text: fectureGithub,
|
||||
replace: 'fecture',
|
||||
)
|
||||
],
|
||||
child: Text(s.license),
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user