Begin to add the mode switcher (between "Share Files" and "Receive Files", with the settings button)

This commit is contained in:
Micah Lee 2018-04-23 19:51:51 -07:00
parent 4af80de17b
commit 6c91d8977a
No known key found for this signature in database
GPG key ID: 403C2657CD994F73
3 changed files with 56 additions and 10 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 411 B

After

Width:  |  Height:  |  Size: 443 B

Before After
Before After

View file

@ -163,5 +163,7 @@
"error_cannot_create_downloads_dir": "Error creating downloads folder: {}",
"error_downloads_dir_not_writable": "The downloads folder isn't writable: {}",
"receive_mode_warning": "Warning: Some files can hack your computer if you open them! Only open files from people you trust, or if you know what you're doing.",
"receive_mode_received_file": "Received file: {}"
"receive_mode_received_file": "Received file: {}",
"gui_mode_share_button": "Share Files",
"gui_mode_receive_button": "Receive Files"
}