Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/pr/310'
Browse files Browse the repository at this point in the history
* origin/pr/310:
  Add `max_clipboard_size` GUI Daemon option
  • Loading branch information
marmarek committed Oct 27, 2024
2 parents 886364e + d23e99c commit 100f88a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions qubesadmin/tools/qvm_start_daemon.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@
('trayicon_mode', 'str'),
('window_background_color', 'str'),
('startup_timeout', 'int'),
('max_clipboard_size', 'int'),
]

formatter = logging.Formatter(
Expand Down

0 comments on commit 100f88a

Please sign in to comment.