hide if not available

This commit is contained in:
Turann_
2026-02-13 01:54:06 +03:00
parent 8eb20299f1
commit 71efe03251
@@ -19,15 +19,13 @@ ColumnLayout {
NTabButton {
text: I18n.tr("common.wifi")
// visible: NetworkService.wifiAvailable
enabled: NetworkService.wifiAvailable // Remove when work finished, only use visibility
visible: NetworkService.wifiAvailable
tabIndex: 0
checked: subTabBar.currentIndex === 0
}
NTabButton {
text: I18n.tr("common.bluetooth")
// visible: BluetoothService.bluetoothAvailable
enabled: BluetoothService.bluetoothAvailable // Remove when work finished, only use visibility
visible: BluetoothService.bluetoothAvailable
tabIndex: 1
checked: subTabBar.currentIndex === 1
}