merge: upstream
This commit is contained in:
@@ -186,7 +186,7 @@ function applyThemeCode() {
|
||||
async function saveAs() {
|
||||
const { canceled, result: name } = await os.inputText({
|
||||
title: i18n.ts.name,
|
||||
allowEmpty: false,
|
||||
minLength: 1,
|
||||
});
|
||||
if (canceled) return;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user