mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-04-21 16:21:25 +02: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 commands;
|
||||||
mod runtime;
|
mod runtime;
|
||||||
|
|
||||||
|
|||||||
@@ -41,7 +41,6 @@ function App() {
|
|||||||
</Helmet>
|
</Helmet>
|
||||||
<div className="w-full h-7 bg-gray-100" data-tauri-drag-region="" />
|
<div className="w-full h-7 bg-gray-100" data-tauri-drag-region="" />
|
||||||
<div className="p-12 h-full w-full overflow-auto">
|
<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}>
|
<Stacks as="form" className="mt-5 items-end" onSubmit={sendRequest}>
|
||||||
<DropdownMenuRadio
|
<DropdownMenuRadio
|
||||||
onValueChange={setMethod}
|
onValueChange={setMethod}
|
||||||
|
|||||||
Reference in New Issue
Block a user