mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-02-22 18:47:57 +01:00
Re-add cfg_attr
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
#![cfg_attr(
|
||||
all(not(debug_assertions), target_os = "windows"),
|
||||
windows_subsystem = "windows"
|
||||
)]
|
||||
|
||||
mod commands;
|
||||
mod runtime;
|
||||
|
||||
|
||||
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user