mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-05-09 17:29:01 +08:00
Only list configurations if we're still connected
Otherwise there are no available configurations, so no syncing.
This commit is contained in:
parent
30b75c7988
commit
3eb50cf37e
@ -21,7 +21,10 @@ Column
|
||||
{
|
||||
// FIXME For now the model should be removed and then created again, otherwise changes in the printer don't automatically update the UI
|
||||
configurationList.model = []
|
||||
configurationList.model = outputDevice.uniqueConfigurations
|
||||
if(outputDevice)
|
||||
{
|
||||
configurationList.model = outputDevice.uniqueConfigurations
|
||||
}
|
||||
}
|
||||
|
||||
Label
|
||||
|
Loading…
x
Reference in New Issue
Block a user