fixed rendering bug on linux + ip configuration
This commit is contained in:
@ -279,7 +279,7 @@ class _HomeScreenState extends State<HomeScreen> {
|
||||
),
|
||||
const SizedBox(height: 4),
|
||||
Text(
|
||||
'Port: ${project.port} • ${project.packages.length} package(s)',
|
||||
'${project.ipAddress}:${project.port} • ${project.packages.length} package(s)',
|
||||
style:
|
||||
Theme.of(context).textTheme.bodySmall,
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user