Remove navigation mode buttons from toolbar
This commit is contained in:
@@ -7191,23 +7191,6 @@ export function App({ store, initialStatusMessage }: AppProps) {
|
||||
</button>
|
||||
</div>
|
||||
|
||||
<div className="toolbar__group">
|
||||
<button
|
||||
className={`toolbar__button ${preferredNavigationMode === "firstPerson" ? "toolbar__button--active" : ""}`}
|
||||
type="button"
|
||||
onClick={() => handleSetPreferredNavigationMode("firstPerson")}
|
||||
>
|
||||
First Person
|
||||
</button>
|
||||
<button
|
||||
className={`toolbar__button ${preferredNavigationMode === "orbitVisitor" ? "toolbar__button--active" : ""}`}
|
||||
type="button"
|
||||
onClick={() => handleSetPreferredNavigationMode("orbitVisitor")}
|
||||
>
|
||||
Orbit Visitor
|
||||
</button>
|
||||
</div>
|
||||
|
||||
<div className="toolbar__group">
|
||||
<button
|
||||
className="toolbar__button"
|
||||
|
||||
Reference in New Issue
Block a user