Skip to content

Commit 9ebb28c

Browse files
committed
fix ui issues
1 parent 42673d9 commit 9ebb28c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/presentation/components/Code/CodeButtons/Save/BrowserRunInstructions/Steps/Platforms/WindowsInstructions.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
Browsers may warn you when downloading scripts.
2020
</p>
2121
<p>
22-
AnonSecLab Privacy Tools scripts are verified to be safe and are dedicated to securing your privacy.
22+
AnonSecLab Privacy Tools scripts are verified safe and dedicated to securing your privacy.
2323
</p>
2424
<p>
2525
In <strong>Edge</strong>:

src/presentation/components/DevToolkit/DevToolkit.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ export default defineComponent({
3939
},
4040
setup() {
4141
const { log } = injectKey((keys) => keys.useLogger);
42-
const isOpen = ref(true);
42+
const isOpen = ref(false);
4343
const scrollbarGutterWidth = useScrollbarGutterWidth();
4444
const { application } = injectKey((keys) => keys.useApplication);
4545

0 commit comments

Comments
 (0)