mirror of
https://github.com/kbumsik/VirtScreen.git
synced 2025-03-09 15:40:18 +00:00
Fix typo "advaced"
This commit is contained in:
parent
9637d62816
commit
fbd71ac0ac
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:
|
def _add_screen_mode(self, width, height, portrait, hidpi) -> None:
|
||||||
if not self.virt or not self.virt_name:
|
if not self.virt or not self.virt_name:
|
||||||
raise RuntimeError("No virtual screen selected.\n"
|
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.")
|
"To select a device.")
|
||||||
# Set virtual screen property first
|
# Set virtual screen property first
|
||||||
self.virt.width = width
|
self.virt.width = width
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue