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:
Miguel Jacq 2025-02-28 14:25:24 +11:00
parent 73f153af3b
commit 22b04ed733
No known key found for this signature in database
GPG key ID: 59B3F0C24135C6A9
51 changed files with 132 additions and 131 deletions

View file

@ -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()