mirror of
https://github.com/kbumsik/VirtScreen.git
synced 2025-03-09 15:40:18 +00:00
Merge fbd71ac0ac
into 9637d62816
This commit is contained in:
commit
3cb032be07
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ class XRandR(SubprocessWrapper):
|
|||
def _add_screen_mode(self, width, height, portrait, hidpi) -> None:
|
||||
if not self.virt or not self.virt_name:
|
||||
raise RuntimeError("No virtual screen selected.\n"
|
||||
"Go to Display->Virtual Display->Advaced\n"
|
||||
"Go to Display->Virtual Display->Advanced\n"
|
||||
"To select a device.")
|
||||
# Set virtual screen property first
|
||||
self.virt.width = width
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue