Отключен экран настроек
This commit is contained in:
@@ -9,7 +9,6 @@ import androidx.compose.foundation.layout.wrapContentHeight
|
||||
import androidx.compose.material.icons.Icons
|
||||
import androidx.compose.material.icons.automirrored.rounded.List
|
||||
import androidx.compose.material.icons.rounded.Menu
|
||||
import androidx.compose.material.icons.rounded.Settings
|
||||
import androidx.compose.material.icons.rounded.Sync
|
||||
import androidx.compose.material3.ExperimentalMaterial3Api
|
||||
import androidx.compose.material3.Icon
|
||||
@@ -100,11 +99,13 @@ fun WallencNavRoot(
|
||||
StorageSyncRoute::class.qualifiedName!!,
|
||||
Icons.Rounded.Sync,
|
||||
),
|
||||
SettingsRoute::class.qualifiedName!! to NavBarItemData(
|
||||
R.string.nav_label_settings,
|
||||
SettingsRoute::class.qualifiedName!!,
|
||||
Icons.Rounded.Settings
|
||||
)
|
||||
// Settings temporarily hidden from top-level menu.
|
||||
// Uncomment to restore:
|
||||
// SettingsRoute::class.qualifiedName!! to NavBarItemData(
|
||||
// R.string.nav_label_settings,
|
||||
// SettingsRoute::class.qualifiedName!!,
|
||||
// Icons.Rounded.Settings,
|
||||
// ),
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user