removed tables from config files

This commit is contained in:
Václav Šmejkal 2024-01-23 19:52:11 +01:00
parent f0376a73c2
commit 78244e7e3e
Signed by: ENGO150
GPG Key ID: 4A57E86482968843
2 changed files with 0 additions and 2 deletions

View File

@ -14,6 +14,5 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <https://www.gnu.org/licenses/>.
[connection]
auto_connect = false # Automatic connection to 'auto_connect_ip'
auto_connect_ip = "109.123.243.163" # See 'auto_connect'

View File

@ -14,5 +14,4 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <https://www.gnu.org/licenses/>.
[connection]
user_pick_username = true # User will be prompted for his username on connect or will have to set it onetime [NOT IMPLEMENTED]