| Age | Commit message (Collapse) | Author | 
 | 
Migrates a remaining common file over to the Common namespace, making it
consistent with the rest of common files.
This also allows for high-traffic FS related code to alias the
filesystem function namespace as
namespace FS = Common::FS;
for more concise typing.
 | 
 | 
C++20 deprecates capturing the this pointer via the '=' capture.
Instead, we replace it or extend the capture specification.
 | 
 | 
 | 
 | 
If the user had cancelled, it would clear the text box. That behavior was sanitized underneath, but may anyways cause inconveniences.
 | 
 | 
This adds two options to the General -> UI tab. The first disables picking a place to save the file. The second chooses a default directory for saving screenshots.
 | 
 | 
 | 
 | 
Co-Authored-By: Weiyi Wang <wwylele@gmail.com>
 | 
 | 
 | 
 | 
 |