Re-add cfg_attr

This commit is contained in:
Gregory Schier
2023-02-18 19:09:56 -08:00
parent 5e55276d79
commit ec6da90510
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
#![cfg_attr(
all(not(debug_assertions), target_os = "windows"),
windows_subsystem = "windows"
)]
mod commands;
mod runtime;

View File

@@ -41,7 +41,6 @@ function App() {
</Helmet>
<div className="w-full h-7 bg-gray-100" data-tauri-drag-region="" />
<div className="p-12 h-full w-full overflow-auto">
<h1 className="text-4xl font-semibold">Welcome, Friend!</h1>
<Stacks as="form" className="mt-5 items-end" onSubmit={sendRequest}>
<DropdownMenuRadio
onValueChange={setMethod}