mirror of
https://github.com/DaanVandenBosch/phantasmal-world.git
synced 2025-04-05 15:28:29 +08:00
Changed button text.
This commit is contained in:
parent
a9f46ae4f3
commit
fdebfabbda
@ -40,9 +40,7 @@ export class Toolbar extends Component {
|
|||||||
// Make sure it doesn't do a POST:
|
// Make sure it doesn't do a POST:
|
||||||
customRequest={() => false}
|
customRequest={() => false}
|
||||||
>
|
>
|
||||||
<Button icon="file">
|
<Button icon="file">Open file...</Button>
|
||||||
{quest_editor_store.current_quest_filename || "Open file..."}
|
|
||||||
</Button>
|
|
||||||
</Upload>
|
</Upload>
|
||||||
<Select
|
<Select
|
||||||
onChange={quest_editor_store.set_current_area_id}
|
onChange={quest_editor_store.set_current_area_id}
|
||||||
|
Loading…
Reference in New Issue
Block a user