Skip to content
Commit a91c09d0 authored by Elvis Angelaccio's avatar Elvis Angelaccio
Browse files

Don't check 'Extraction into subfolder' with single-file archives

The ExtractionDialog only needs to know if it should enable the 'Extraction
into subfolder' groupbox, not why.
We rename `setIsSingleFolder()` to `setExtractToSubfolder()` and we call it with
`archive->hasMultipleTopLevelEntries()` as argument.
This fixes the regression with single-file archives.

CCBUG: 374253

Differential Revision: D3873
parent 69a83eb3
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment