remove debug console.log
This commit is contained in:
parent
1a828bfbdd
commit
e962e34ec4
1 changed files with 0 additions and 2 deletions
|
@ -174,9 +174,7 @@ export default function SettingsUi() {
|
||||||
<Button
|
<Button
|
||||||
size={Button.Sizes.SMALL}
|
size={Button.Sizes.SMALL}
|
||||||
onClick={async () => {
|
onClick={async () => {
|
||||||
console.log("test");
|
|
||||||
const choice = await VesktopNative.fileManager.selectImagePath();
|
const choice = await VesktopNative.fileManager.selectImagePath();
|
||||||
console.log(choice);
|
|
||||||
if (choice === "cancelled") return;
|
if (choice === "cancelled") return;
|
||||||
Settings.splashAnimationPath = choice;
|
Settings.splashAnimationPath = choice;
|
||||||
}}
|
}}
|
||||||
|
|
Loading…
Reference in a new issue