mirror of
https://github.com/onionshare/onionshare.git
synced 2025-07-22 14:20:56 -04:00
Rename 'Advanced settings' to 'Scheduling settings' and move all time-based settings there.
This includes the 'Automatically start this (persistent) onion when OnionShare starts' and 'stop sharing after files have been downloaded'. Make the 'Custom title' be the first field in all modes, and make sure mode-specific settings are shown after others but before the Scheduling toggle, for a more consistent view of settings for each mode.
This commit is contained in:
parent
73f153af3b
commit
22b04ed733
51 changed files with 132 additions and 131 deletions
|
@ -192,7 +192,7 @@ class TestReceive(GuiBaseTest):
|
|||
Test autostop timer
|
||||
"""
|
||||
tab = self.new_receive_tab()
|
||||
tab.get_mode().mode_settings_widget.toggle_advanced_button.click()
|
||||
tab.get_mode().mode_settings_widget.toggle_scheduling_button.click()
|
||||
tab.get_mode().mode_settings_widget.autostop_timer_checkbox.click()
|
||||
|
||||
self.run_all_common_setup_tests()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue