We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 646bd1c commit 7833dccCopy full SHA for 7833dcc
1 file changed
app.py
@@ -426,7 +426,7 @@ def _guess_app_name(original_filename: str) -> str:
426
else:
427
use_timestamp = st.checkbox(
428
"Request RFC 3161 timestamp (requires network)",
429
- value=False,
+ value=True,
430
help="Obtain a trusted timestamp from an external TSA (Time Stamping Authority). This proves when the scan was performed.",
431
)
432
try:
0 commit comments