mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-23 02:48:26 +00:00
Add a qr code to the link of an item or attachment
This commit is contained in:
@ -8,6 +8,7 @@
|
||||
port module Ports exposing
|
||||
( checkSearchQueryString
|
||||
, initClipboard
|
||||
, printElement
|
||||
, receiveCheckQueryResult
|
||||
, receiveUiSettings
|
||||
, removeAccount
|
||||
@ -48,6 +49,12 @@ port receiveUiSettings : (StoredUiSettings -> msg) -> Sub msg
|
||||
port requestUiSettings : AuthResult -> Cmd msg
|
||||
|
||||
|
||||
{-| Creates a new window/tab, writes the contents of the given element
|
||||
and calls the print dialog.
|
||||
-}
|
||||
port printElement : String -> Cmd msg
|
||||
|
||||
|
||||
setUiTheme : UiTheme -> Cmd msg
|
||||
setUiTheme theme =
|
||||
internalSetUiTheme (Data.UiTheme.toString theme)
|
||||
|
Reference in New Issue
Block a user